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;


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

  https://www.boost.org/libs/filesystem


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