9 Feb
2018
9 Feb
'18
4:08 p.m.
On 9 February 2018 at 09:45, Thomas Heller via Boost
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. degski