2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Kill extra ;

[SVN r15395]
This commit is contained in:
Dave Abrahams
2002-09-17 02:05:11 +00:00
parent 7fe5fb92b4
commit 7cc01e155c

View File

@@ -52,7 +52,7 @@ namespace detail
void operator()(T*) const
{
*(*p)++ = type_id<T>();
};
}
type_info** p;
};