You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define Boost-Filesystem-specific macros for platform API selection.
Because Boost.System has switched to define BOOST_POSIX_API on Cygwin[1],
Boost.Filesystem now defines its own set of macros for platform API
selection. At this time, we preserve the previous behavior, where
Cygwin is treated as Windows.
[1]: boostorg/system#137
Copy file name to clipboardExpand all lines: doc/release_history.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,11 @@
40
40
</tr>
41
41
</table>
42
42
43
+
<h2>1.91.0</h2>
44
+
<ul>
45
+
<li>Due to a change in Boost.System, Boost.Filesystem now defines and uses its own platform macros <code>BOOST_FILESYSTEM_POSIX_API</code> and <code>BOOST_FILESYSTEM_WINDOWS_API</code>. These macros may not necessarily match the old <code>BOOST_POSIX_API</code> and <code>BOOST_WINDOWS_API</code> macros defined by Boost.System.</li>
46
+
</ul>
47
+
43
48
<h2>1.90.0</h2>
44
49
<ul>
45
50
<li>Clear passed <code>error_code</code> argument on successful completion of the <code>permissions</code> operation. (<ahref="https://github.com/boostorg/filesystem/pull/338">PR#338</a>)</li>
0 commit comments