Boost C++ Libraries: Ticket #581: Win32 windows_name() bug https://svn.boost.org/trac10/ticket/581 <pre class="wiki">I have tried this with both Borland and MSVC ... trying to instantiate a boost::filesystem::path instance and getting the following error: Invalid name "D:" in path "D:\". One would figure that this should not happen, as that is a valid Win32 path name. My guess is the problem is the ":", since I tried "D\A", "D\A\B", "D\A\B\C", etc. and did not have any problem with them. Initially I thought is was my Borland compiler, but when it did the same thing with MSVC, then I figured that it was a bug somewhere in the library. If someone could point me in the right direction as to which particular file I need to look at I could probably fix the issue myself, but I would prefer a patch from one of the maintainers to keep the codebase the same as everyone else. Thanks. William william.clifford.mit@gmail.com </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/581 Trac 1.4.3 beman_dawes Thu, 09 Mar 2006 22:31:10 GMT <link>https://svn.boost.org/trac10/ticket/581#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/581#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=51042 Assuming your are using Boost version 1.33.1 or earlier, you probably are not supplying the "native" constructor argument. In any case, 1.34.0 handles the issue of native versus generic paths quite differently. Check out the latest from CVS. On that basis, I'm closing the issue. If the situation is otherwise, let me know and I'll reopen it. Cheers, --Beman </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>beman_dawes</dc:creator> <pubDate>Thu, 09 Mar 2006 22:31:11 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/581#comment:2 https://svn.boost.org/trac10/ticket/581#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket