Changes between Initial Version and Version 1 of Ticket #13012, comment 2
- Timestamp:
- Feb 12, 2018, 9:55:07 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13012, comment 2
initial v1 1 1 Hi John, thanks for fixing this. 2 2 3 Unfortunately, in my use case I'm supporting GCC 4.8, which your fix does not. You might want to consider how I'm handling stateless lambdas in non-expression SFINAE scenarios via `boost::poly_collection::detail::is_likely_stateless_lambda` at:3 Unfortunately, in my use case I'm supporting GCC 4.8, which your fix is not. You might want to consider how I'm handling stateless lambdas in non-expression SFINAE scenarios via `boost::poly_collection::detail::is_likely_stateless_lambda` at: 4 4 5 5 https://github.com/boostorg/poly_collection/blob/develop/include/boost/poly_collection/detail/is_equality_comparable.hpp