GCC support back to 4.8.0

This commit is contained in:
badair
2016-04-16 03:16:25 -05:00
parent 024721acc4
commit 321e79815c
48 changed files with 1194 additions and 751 deletions

View File

@@ -4,6 +4,12 @@ Copyright (c) 2016 Barrett Adair
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/config.hpp>
#ifdef CALLABLE_TRAITS_DISABLE_ABOMINABLE_FUNCTIONS
int main(){ return 0; }
#else
//[ remove_member_pointer
#include <type_traits>
#include <callable_traits/callable_traits.hpp>
@@ -40,3 +46,4 @@ int main() {
}
}
//]
#endif //#ifdef CALLABLE_TRAITS_DISABLE_ABOMINABLE_FUNCTIONS