File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -827,14 +827,14 @@ TEMP_CPPFLAGS="$CPPFLAGS"
827
827
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
828
828
AC_MSG_CHECKING ( [ for mismatched boost c++11 scoped enums] )
829
829
AC_LINK_IFELSE ( [ AC_LANG_PROGRAM ( [ [
830
- #include " boost/config.hpp"
831
- #include " boost/version.hpp"
830
+ #include < boost/config.hpp>
831
+ #include < boost/version.hpp>
832
832
#if !defined(BOOST_NO_SCOPED_ENUMS) && !defined(BOOST_NO_CXX11_SCOPED_ENUMS) && BOOST_VERSION < 105700
833
833
#define BOOST_NO_SCOPED_ENUMS
834
834
#define BOOST_NO_CXX11_SCOPED_ENUMS
835
835
#define CHECK
836
836
#endif
837
- #include " boost/filesystem.hpp"
837
+ #include < boost/filesystem.hpp>
838
838
] ] ,[ [
839
839
#if defined(CHECK)
840
840
boost::filesystem::copy_file("foo", "bar");
Original file line number Diff line number Diff line change 11
11
12
12
#include < stdint.h>
13
13
#include < memory>
14
- #include " boost/multi_index_container.hpp"
15
- #include " boost/multi_index/ordered_index.hpp"
14
+ #include < boost/multi_index_container.hpp>
15
+ #include < boost/multi_index/ordered_index.hpp>
16
16
17
17
class CBlockIndex ;
18
18
class CChainParams ;
Original file line number Diff line number Diff line change 21
21
#include " sync.h"
22
22
#include " random.h"
23
23
24
- #include " boost/multi_index_container.hpp"
25
- #include " boost/multi_index/ordered_index .hpp"
26
- #include " boost/multi_index/hashed_index .hpp"
24
+ #include < boost/multi_index_container.hpp>
25
+ #include < boost/multi_index/hashed_index .hpp>
26
+ #include < boost/multi_index/ordered_index .hpp>
27
27
#include < boost/multi_index/sequenced_index.hpp>
28
-
29
28
#include < boost/signals2/signal.hpp>
30
29
31
30
class CBlockIndex ;
You can’t perform that action at this time.
0 commit comments