We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70b528 commit 2fc825aCopy full SHA for 2fc825a
1 file changed
src/text_file_backend.cpp
@@ -78,7 +78,7 @@ BOOST_LOG_ANONYMOUS_NAMESPACE {
78
//! A possible Boost.Filesystem extension - renames or moves the file to the target storage
79
inline void move_file(filesystem::path const& from, filesystem::path const& to)
80
{
81
-#if defined(BOOST_WINDOWS_API)
+#if defined(BOOST_FILESYSTEM_WINDOWS_API)
82
// On Windows MoveFile already does what we need
83
filesystem::rename(from, to);
84
#else
0 commit comments