LWN.net Logo

A look at C++14, part 1

A look at C++14, part 1

Posted Mar 29, 2013 14:09 UTC (Fri) by foom (subscriber, #14868)
In reply to: A look at C++14, part 1 by rriggs
Parent article: A look at C++14, part 1

Well, it's actually not broken much, yet. The std::string and std::list classes are still not C++11 conformant right now, and fixing that will certainly cause ABI issues.

Since the change to std::list in C++11 mode was reverted (it was incompatible in 4.7.0 and 4.7.1, reverted in 4.7.2), I've been using C++11 code against C++98 libraries without a problem.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds