2
0
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:
Ralf W. Grosse-Kunstleve
2002-02-03 22:33:11 +00:00
parent 21d65ca0bf
commit d023d577b2

View File

@@ -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>()