improving config.hpp, renaming any_arg to template_worm

This commit is contained in:
badair
2016-04-15 20:59:11 -05:00
parent 8535b968da
commit 3019090379
25 changed files with 217 additions and 222 deletions

View File

@@ -4,9 +4,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/is_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