boostorg / icl

Boost.org icl module
http://boost.org/libs/icl
10 stars 44 forks source link

Compatibility with GCC 7.1 #9

Closed mgaunard closed 6 years ago

mgaunard commented 7 years ago

The libstdc++ shipped with GCC 7.1 uses a unary class template for std::string. type_to_string needs to be adapted to deal with this properly.

duarten commented 7 years ago

+1

jwakely commented 6 years ago

The libstdc++ shipped with GCC 7.1 uses a unary class template for std::string.

No it doesn't!

There's an explanation at https://bugzilla.redhat.com/show_bug.cgi?id=1485641