mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-20 14:42:14 +00:00
disabling callable_traits::bind for GCC < 4.9.2
This commit is contained in:
@@ -58,6 +58,9 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
|
||||
#if defined __GNUC__ && __GNUC__ < 5
|
||||
#define CALLABLE_TRAITS_DISABLE_CONSTEXPR_CHECKS
|
||||
|
||||
#if __GNUC_MINOR__ < 9 || (__GNUC_MINOR__ == 9 && __GNUC_PATCHLEVEL__ < 2)
|
||||
#define CALLABLE_TRAITS_DISABLE_BIND
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user