mirror of
https://github.com/boostorg/range.git
synced 2025-08-03 14:54:30 +02:00
Merge pull request #57 from jeanphilippeD/fix_transformed_test
Fix transformed test compile error on GCC 5.4
This commit is contained in:
@@ -44,6 +44,8 @@ namespace boost
|
||||
|
||||
struct lambda
|
||||
{
|
||||
typedef int result_type;
|
||||
|
||||
lambda(const lambda_init& init) {}
|
||||
lambda(const lambda& rhs) {}
|
||||
|
||||
|
Reference in New Issue
Block a user