I think that these literals would be a useful addition to the library,
and ought to be considered for C++0x for the ease of use they provide.
If there are any reasons they should not be standardized, they likely
indicate flaws in the UDL proposal that should be resolved before a
committee-designed feature is shipped.
Sean Hunt
--
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std...@netlab.cs.rpi.edu]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
As far as I can tell, the functions needed to create UDLs for Standard
Library types could be defined in the global namespace - or, in any
namespace that would be searched when resolving an unqualified name.
Greg
They could, however, all UDL names not starting with an underscore are
"reserved for future standardization", whatever that means.
Sean