Andrew Foster 71b969dec9 Fixed const_reverse_iterator compile error with Oracle Solaris Studio 12.1
Building Catch with Oracle Solaris Studio 12.1 generates an error because it is
unable to convert from a std::vector<>::reverse_iterator to a
std::vector<>::const_reverse_iterator.  This is easily avoided by using a
constant reference to the type before obtaining the iterator.
2016-10-10 11:43:41 +01:00
..
2016-01-22 07:50:10 +00:00