filesystem/include/boost
Andrey Semashev 4137a9d6b1 Marked filesystem_error with VISIBLE and exported members with DECL macros.
This makes a difference in case if Boost.Filesystem is linked statically into
user's application. In this case filesystem_error used to be not marked as
publicly visible, which could make it impossible to catch the exception if
it crossed shared library boundary. By marking the class as publicly visible
we ensure that RTTI is always visible, even in static builds.

The exported members are also marked with dllexport/dllimport attributes
for compatibility with Windows.
2021-02-02 20:34:02 +03:00
..
filesystem Marked filesystem_error with VISIBLE and exported members with DECL macros. 2021-02-02 20:34:02 +03:00
filesystem.hpp Moved directory tools to separate files. Reworked readdir_r support. 2019-08-01 20:34:39 +03:00