We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c845d commit 7cd11c7Copy full SHA for 7cd11c7
test/Jamfile.v2
@@ -48,6 +48,7 @@ rule check-mklink ( properties * )
48
49
project
50
: requirements
51
+ <include>.
52
<target-os>windows:<define>_SCL_SECURE_NO_WARNINGS
53
<target-os>windows:<define>_SCL_SECURE_NO_DEPRECATE
54
<target-os>windows:<define>_CRT_SECURE_NO_WARNINGS
test/config_info.cpp
@@ -10,8 +10,8 @@
10
//--------------------------------------------------------------------------------------//
11
12
#include <boost/filesystem.hpp>
13
-#include <boost/filesystem/detail/macro_value.hpp>
14
#include <iostream>
+#include "macro_value.hpp"
15
16
using std::cout;
17
using std::endl;
include/boost/filesystem/detail/macro_value.hpp renamed to test/macro_value.hpp
0 commit comments