This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: tr1/, was: Where are std::sinf( float ) etc.
"Peter Dimov" <pdimov@mmltd.net> writes:
| Does anyone think that TR1 should be changed to use <tr1/>, or do you
| think that it's too late for that or that it isn't worth it? (Users
| would probably appreciate the ability to #include <tr1/memory> and
| have it work everywhere, or alternatively, #include <memory> and get
| the std::tr1 bits.)
In its "official title" of TR1, I don't think we can change it now.
But, we can request work item to amend it (I'm not sure whether there
would be enough momentum in the committee to do that.) Alternatively,
implementors can document their current limitations: TR1 is an
experimental thingy not required by the C++ standard so people using
it already have to dig out whether their implemetations support it and
if so how.
-- Gaby