mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-13 12:22:18 +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/callable_traits.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