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

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