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