mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
extra semicolon removed (cxx 6.3 diag.)
[SVN r12677]
This commit is contained in:
@@ -194,7 +194,7 @@ namespace
|
||||
void register_int_converters(T* = 0)
|
||||
{
|
||||
static scalar_from_python<T, convertible_to_int, py_int_or_float_as_long> x;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#define REGISTER_INT_CONVERTERS(U) register_int_converters<U>()
|
||||
|
||||
Reference in New Issue
Block a user