
small feature request: a member function: void basic_path::clear(); This fits in with having member functions like basic_path::empty() const, indeed all the STL classes that I can think of with an empty() member function also have a clear() member function. Okay, queue and priority_queue don't, but I think that they should too. This might mean a small change to TR2 proposal. "Beman Dawes" <bdawes@acm.org> wrote in message news:dtl9pn$4vo$1@sea.gmane.org...
"Mark Bartosik" <mbartosik@yahoo.com> wrote in message news:dtjclm$7dr$1@sea.gmane.org...
bug in filesystem::wpath. In mirgrating to support wchar_t, a couple of lines were missed. m_path which has type of std::wstring is assigned a narrow character string resulting in a compilation error.
Fixed in CVS. Test cases were also added to wide_test.cpp.
Thanks,
--Beman
PS: I'd like to hear from programmers using wide character file names. Are they working OK? Are they meeting your needs?
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost