martinmoene / lest

A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
Boost Software License 1.0
390 stars 45 forks source link

Compatibility with GCC 4.6 for lest.hpp #6

Closed pdewacht closed 10 years ago

pdewacht commented 10 years ago

This copies one line from lest_cpp03.hpp in order to support GCC 4.6.

GCC 4.6 is the compiler that ships with the current Ubuntu long term support release (12.04 LTS). It's probably the oldest version of GCC still worth caring about.