Move towards more header only implementation friendly
This commit is contained in:
@@ -8,10 +8,8 @@
|
||||
BOOST_AUTO_TEST_CASE( add_operators )
|
||||
{
|
||||
Dispatch_Engine ss;
|
||||
bootstrap(ss);
|
||||
Bootstrap::bootstrap(ss);
|
||||
dump_system(ss);
|
||||
|
||||
BOOST_CHECK_EQUAL(Cast_Helper<int>()(dispatch(ss.get_function("+"), Param_List_Builder() << double(5.1) << double(10.3))), 15.4);
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user