C++0x fluidity

  • Thread starter Martin Eisenberg
  • Start date
M

Martin Eisenberg

Suppose I started doing my stuff in the dialect that current GCC
calls C++0x. Am I likely to have big rewrites coming my way when the
standard is finalized?


Martin
 
S

SG

Suppose I started doing my stuff in the dialect that current GCC
calls C++0x. Am I likely to have big rewrites coming my way when the
standard is finalized?

I would say it depends on the features you think about and their
maturity. For example, the details of the rvalue reference semantics
are *probably* going to change.

http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2812.html

Also, last time I checked (at least my g++ version at home) is buggy
w.r.t. rvalue references. See

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36744
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39050

Cheers!
SG
 
M

Martin Eisenberg

SG said:
On 8 Mrz., 15:34, Martin Eisenberg <[email protected]>
wrote:

I would say it depends on the features you think about and their
maturity. For example, the details of the rvalue reference
semantics are *probably* going to change.

Thanks. What lures me most right now are concepts and variadic
templates, what about those?


Martin
 
B

Bo Persson

Martin said:
Thanks. What lures me most right now are concepts and variadic
templates, what about those?

Variadic templates looks reasonably stable, so there is just the
portability question (gcc 4.3+, only?).

Concepts are only available in a VERY experimental ConceptGCC, which
doesn't implement the latest proposal and tends to fall over if pushed
anywhere near its limits. Useful for playing around with, but not much
more.



Bo Persson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,008
Latest member
HaroldDark

Latest Threads

Top