hana/example/functional
Louis Dionne c353ccdd9b [config][assert] Prepare support for constexpr lambdas in C++17
When C++17 is supported, constexpr lambdas can be used and CONSTEXPR_ASSERT
turns into an actual static_assert. This is not unconditionally enabled for
now because Clang does not support constexpr lambdas with captures (!).
2017-07-22 13:13:04 -07:00
..
always.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
apply.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
arg.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
capture.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
compose.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
curry.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
demux.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
fix.cpp [config][assert] Prepare support for constexpr lambdas in C++17 2017-07-22 13:13:04 -07:00
flip.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
id.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
infix.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
iterate.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
lockstep.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
on.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
overload_linearly.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
overload.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
partial.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
placeholder.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
reverse_partial.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00