--- libusl/src/native.h.orig 2024-06-07 07:47:17 UTC +++ libusl/src/native.h @@ -42,7 +42,7 @@ struct NativeValuePrototype: Prototype (private) template void addMethod(const std::string& name, const boost::function& function) { - BOOST_MPL_ASSERT(( boost::is_same::arg1_type> )); + BOOST_MPL_ASSERT(( boost::is_same::arg1_type> )); NativeCode* native = new NativeFunction(name, function, true); Prototype::addMethod(native); }