Merge pull request #57 from jeanphilippeD/fix_transformed_test

Fix transformed test compile error on GCC 5.4
This commit is contained in:
neilgroves
2017-11-15 19:49:05 +00:00
committed by GitHub

View File

@@ -44,6 +44,8 @@ namespace boost
struct lambda
{
typedef int result_type;
lambda(const lambda_init& init) {}
lambda(const lambda& rhs) {}