This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] |
For std::list I assume we want the attribute on the type itself, not just member functions, since its size changes.
As well as the existing incompatibilities, I need to add a new virtual function to support returning future_status::deferred from std::future::wait_{for,until}. Is it appropriate to use the same "cxx11" tag for that too, even though the existing implementation is also "cxx11" because the type wasn't in C++98? Or do we want to use a different tag, such as "cxx11v2" or just "v2"?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |