Andrew Foster 87803cdd2d Fixed std::make_pair compile error with Oracle Solaris Studio 12.1
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.
2016-10-10 11:43:49 +01:00
..
2016-01-22 07:50:10 +00:00