
14 Sep
2008
14 Sep
'08
6:55 p.m.
John Bytheway wrote:
There can still be problems, though, if you use boost macros with old style casts in your own files. IME, BOOST_STATIC_ASSERT is the worst offender (according to the docs it's because of compiler deficiencies). That was what finally forced my to turn off -Wold-style-cast in some of my code.
Is this still an issue with the current Trunk code, I thought I had that issue quashed? John.