Changes between Initial Version and Version 1 of Ticket #13012, comment 2


Ignore:
Timestamp:
Feb 12, 2018, 9:55:07 AM (5 years ago)
Author:
Joaquín M López Muñoz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13012, comment 2

    initial v1  
    11Hi John, thanks for fixing this.
    22
    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:
     3Unfortunately, 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:
    44
    55https://github.com/boostorg/poly_collection/blob/develop/include/boost/poly_collection/detail/is_equality_comparable.hpp