This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH: PR 20599 (1/3)


Doug Gregor <dgregor@cs.indiana.edu> writes:

[...]

| Otherwise, users need to track exactly what we're done in each minor
| release to try out these features. For instance, with GCC 4.3.0 users
| might need to write:
| 
| 	g++ my_source.cpp -enable_rvalue_refs
| -enable_variadic_templates -
| enable_static_assert -lboost -lAcme
| 
| Then for GCC 4.3.1 we implement more of the C++0x working draft, so

That is very unlikely because 4.3.1 will be a branch release, so does not
add new features :-)

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]