mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-10 23:32:20 +00:00
removing stray semicolons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user