mirror of
https://github.com/boostorg/python.git
synced 2026-01-25 18:32:24 +00:00
Kill extra ;
[SVN r15395]
This commit is contained in:
@@ -52,7 +52,7 @@ namespace detail
|
||||
void operator()(T*) const
|
||||
{
|
||||
*(*p)++ = type_id<T>();
|
||||
};
|
||||
}
|
||||
|
||||
type_info** p;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user