Removed capture level from designated initializer compat lambda to fix clang warnings

This commit is contained in:
Snaipe 2015-09-20 19:44:07 +02:00
parent 5b42df6db9
commit 010162f5b7

View file

@ -112,7 +112,7 @@
CR_EXPAND(CRITERION_APPLY(CRITERION_ADD_PREFIX_ONCE, __VA_ARGS__))
# ifdef __cplusplus
# define CRITERION_MAKE_STRUCT(Type, ...) [&]() { \
# define CRITERION_MAKE_STRUCT(Type, ...) []() { \
Type t; \
std::memset(&t, 0, sizeof (t)); \
CR_EXPAND(CRITERION_ADD_PREFIX(t, __VA_ARGS__)) \