mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-04 00:25:31 +02:00

Building Catch with Oracle Solaris Studio 12.1 generates an error when deducing a std::string argument from a const char * while constructing a std::pair<> via std::make_pair. Providing an explicit nudge to the compiler resolves the problem.