mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-17 10:25:39 +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.