removing stray semicolons

This commit is contained in:
badair
2016-04-15 21:41:42 -05:00
parent 3019090379
commit be405ea378
19 changed files with 310 additions and 64 deletions

View File

@@ -8,7 +8,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <callable_traits/config.hpp>
#ifdef CALLABLE_TRAITS_DISABLE_BIND
int main(){ return 0; };
int main(){ return 0; }
#else
//[ bind_2