9 Feb
2018
9 Feb
'18
4:17 p.m.
On 9 February 2018 at 16:08, degski via Boost
On 9 February 2018 at 09:45, Thomas Heller via Boost
wrote: Since C++03 is the lowest level of C++ standards compatibility, it can hardly "demand" anything. If you think it does please point out a C++03 construct which is not supported by later C++ standards.
std::auto_ptr.
register keyword, trigraphs, operator++(bool), exception specifications.
Do any of our libraries use any of those?