4 Aug
2013
4 Aug
'13
12:21 p.m.
On 08/04/2013 01:59 PM, Bjorn Reese wrote:
On 07/29/2013 01:17 PM, Stephen Kelly wrote:
Grepping indicates that that means increasing the compiler requirements to something like __DMC__ > 0x840, GCC > 3.2, BOOST_INTEL_CXX_VERSION > 500, VC++ > 7.0.
What about the Borland C++ compiler (from before it became CodeGear). AFAIK, it is not in widespread use today, yet it is responsible for several ugly hacks in the codebase.
Assuming you are thinking about minimum compiler versions in general: That's the spirit! Thanks, Steve.