directory_iterator UNC path
Hello, Using boost::filesystem::directory_iterator with an UNC path failed with Boost 1.84 and Windows 10. Did some research on this topic and found this bug report from 2022; https://github.com/boostorg/filesystem/issues/245 This issue contain a link to this fix; https://github.com/boostorg/filesystem/commit/9c9d127bddc2b72187c57f4933c496... When looking at boost 1.84 and 1.85 source code I cannot find the fix shown above. Please excuse my ignorance but what is the relationship between https://github.com/boostorg/filesystem and the sw released at https://www.boost.orghttps://www.boost.org/ ? Kind regards, Lars [https://opengraph.githubassets.com/d5334b4df3942668241ead9dde0a136ddc1b09797...]https://github.com/boostorg/filesystem GitHub - boostorg/filesystem: Boost.org filesystem modulehttps://github.com/boostorg/filesystem Boost.org filesystem module. Contribute to boostorg/filesystem development by creating an account on GitHub. github.com
El 03/07/2024 a las 14:55, Lars Sunde via Boost-users escribió:
Hello,
Using boost::filesystem::directory_iterator with an UNC path failed with Boost 1.84 and Windows 10.
Did some research on this topic and found this bug report from 2022; https://github.com/boostorg/filesystem/issues/245
This issue contain a link to this fix; https://github.com/boostorg/filesystem/commit/9c9d127bddc2b72187c57f4933c496...
When looking at boost 1.84 and 1.85 source code I cannot find the fix shown above. Please excuse my ignorance but what is the relationship between https://github.com/boostorg/filesystem and the sw released at https://www.boost.org ?
Hi Lars, I'm not the library author, but I've taken a look at the source code for the Boost 1.85 redistributable, and the change is there (line 674 of boost_1_85_0/libs/filesystem/src/directory.cpp). Also, the change is reflected in the release notes, see "1.81.0" at https://www.boost.org/libs/filesystem/doc/release_history.html Can you confirm on your side? Now, looks like there's a documentation issue because the page above does not seem to be linked anywhere from https://www.boost.org/libs/filesystem I'll open a ticket for that. Joaquin M Lopez munoz
El 04/07/2024 a las 11:59, Joaquin M López Muñoz escribió:
El 03/07/2024 a las 14:55, Lars Sunde via Boost-users escribió:
Hello,
Using boost::filesystem::directory_iterator with an UNC path failed with Boost 1.84 and Windows 10.
Did some research on this topic and found this bug report from 2022; https://github.com/boostorg/filesystem/issues/245
This issue contain a link to this fix; https://github.com/boostorg/filesystem/commit/9c9d127bddc2b72187c57f4933c496...
When looking at boost 1.84 and 1.85 source code I cannot find the fix shown above. Please excuse my ignorance but what is the relationship between https://github.com/boostorg/filesystem and the sw released at https://www.boost.org ?
Now, looks like there's a documentation issue because the page above
does not seem to be linked anywhere from
Correction, https://www.boost.org/libs/filesystem/doc/release_history.html is reachable through the "Releases" link in the top header on every page of Filesystem docs (I didn't find on a first inspection, Andrey Semashev pointed me to it). Joaquin M Lopez Munoz
participants (2)
-
Joaquin M López Muñoz
-
Lars Sunde