boostorg / range

Boost.org range module
http://boost.org/libs/range
43 stars 104 forks source link

Fix transformed test compile error on GCC 5.4 #57

Closed jeanphilippeD closed 6 years ago

jeanphilippeD commented 6 years ago

The function object 'lambda' did not provide result_type like the other function objects did.

The test now compile and pass using'b2'