mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-05 00:55:32 +02:00

Building Catch with Oracle Solaris Studio 12.1 generates an error when calling std::distance due to the toolchains non-compliant STL implementation. This implementation returns its result via an output parameter rather than a return value.