mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-10 11:22:13 +00:00
improving config.hpp, renaming any_arg to template_worm
This commit is contained in:
@@ -5,9 +5,8 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
|
||||
->*/
|
||||
|
||||
#include <callable_traits/can_invoke_constexpr.hpp>
|
||||
#ifdef CALLABLE_TRAITS_MSVC
|
||||
//feature is unsupported in MSVC
|
||||
#include <callable_traits/config.hpp>
|
||||
#ifdef CALLABLE_TRAITS_DISABLE_CONSTEXPR_CHECKS
|
||||
int main(){ return 0; };
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user