Skip to content

Commit

Permalink
Remove has generic lambda from test header
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Apr 27, 2016
1 parent c48b0cb commit 24e4e0a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@
#endif
#endif

#ifndef FIT_HAS_GENERIC_LAMBDA
#ifdef __clang__
#if __has_feature(cxx_generic_lambdas)
#define FIT_HAS_GENERIC_LAMBDA 1
#else
#define FIT_HAS_GENERIC_LAMBDA 0
#endif
#else
#define FIT_HAS_GENERIC_LAMBDA 0
#endif


#endif

#define FIT_PP_CAT(x, y) FIT_PP_PRIMITIVE_CAT(x, y)
#define FIT_PP_PRIMITIVE_CAT(x, y) x ## y
Expand Down

0 comments on commit 24e4e0a

Please sign in to comment.