All 18 countries voting voted "yes". See http://isocpp.org/blog/2014/08/we-have-cpp14
On 08/19/2014 09:42 AM, Beman Dawes wrote:
All 18 countries voting voted "yes".
Is there, or when will there be an official document for the C++14 standard ?
On Tue, Aug 19, 2014 at 12:05 PM, Edward Diener
On 08/19/2014 09:42 AM, Beman Dawes wrote:
All 18 countries voting voted "yes".
Is there, or when will there be an official document for the C++14 standard ?
Yes. https://isocpp.org/std/the-standard is a good source, but it hasn't been updated yet for C++14. --Beman
On Tue, Aug 19, 2014 at 10:37 PM, Frédéric Bron
All 18 countries voting voted "yes".
Thanks Beman. Do you know where to find the new features compared to C++11?
Wikipedia has a good overview: http://en.wikipedia.org/wiki/C%2B%2B14 -kyle
On Wed, Aug 20, 2014 at 12:00 AM, Kyle Lutz
Wikipedia has a good overview: http://en.wikipedia.org/wiki/C%2B%2B14
Another good source is the clang implementation status page, since it has a nice, broken down set of high-level features along with links to the relevant documents. http://clang.llvm.org/cxx_status.html -- -Matt Calabrese
On Thu, Aug 21, 2014 at 1:25 AM, Matt Calabrese
Another good source is the clang implementation status page, since it has a nice, broken down set of high-level features along with links to the relevant documents.
FWIW, a recent LLVM thread mentioned that despite Clang 3.4 being C++14 feature complete, Louis' Hana-related work found several bugs, and Hana requires a 3.5/head (tot, top-of-tree as they say) to build (just paraphrasing that thread). --DD
On Thu, Aug 21, 2014 at 09:33:30AM +0200, Dominique Devienne wrote:
On Thu, Aug 21, 2014 at 1:25 AM, Matt Calabrese
wrote: Another good source is the clang implementation status page, since it has a nice, broken down set of high-level features along with links to the relevant documents.
FWIW, a recent LLVM thread mentioned that despite Clang 3.4 being C++14 feature complete, Louis' Hana-related work found several bugs, and Hana requires a 3.5/head (tot, top-of-tree as they say) to build (just paraphrasing that thread). --DD --- end quoted text ---
Hi, The question on clang's list was if clang 3.4 will compile all c++14 code without any problems. Based on Louis's comments, the clang 3.4 implementation of support for the c++14 dialect has some limititations. But the clang language support status page is a very good overview of the new features in c++14 as stated above. These are two entirely distinct issues. enjoy, Karen -- Karen Shaeffer Be aware: If you see an obstacle in your path, Neuralscape Services that obstacle is your path. Zen proverb
participants (7)
-
Beman Dawes
-
Dominique Devienne
-
Edward Diener
-
Frédéric Bron
-
Karen Shaeffer
-
Kyle Lutz
-
Matt Calabrese