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:
@@ -6,7 +6,7 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
|
||||
#include <callable_traits/can_invoke_constexpr.hpp>
|
||||
#ifdef CALLABLE_TRAITS_DISABLE_CONSTEXPR_CHECKS
|
||||
int main(){ return 0; };
|
||||
int main(){ return 0; }
|
||||
#else
|
||||
|
||||
//[ can_invoke_constexpr_function_object
|
||||
|
||||
Reference in New Issue
Block a user