Skip to content

Commit

Permalink
Simplify test for fold expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Jul 20, 2017
1 parent 0089e2c commit b9243bf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/tao/seq/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@

#if defined( __cpp_fold_expressions )
#define TAOCPP_FOLD_EXPRESSIONS
#elif __cplusplus > 201402L
#if defined( __apple_build_version__ ) && ( __clang_major__ >= 7 )
#define TAOCPP_FOLD_EXPRESSIONS
#elif defined( __clang__ ) && ( ( __clang_major__ > 3 ) || ( ( __clang_major__ == 3 ) && ( __clang_minor__ >= 6 ) ) )
#define TAOCPP_FOLD_EXPRESSIONS
#endif
#endif

#endif // TAOCPP_SEQUENCES_INCLUDE_CONFIG_HPP

0 comments on commit b9243bf

Please sign in to comment.