diff options
author | Sven-Hendrik Haase <sh@lutzhaase.com> | 2012-09-05 05:38:01 +0200 |
---|---|---|
committer | Andy Schwerin <schwerin@10gen.com> | 2012-10-11 15:37:33 -0400 |
commit | b3b1949de30b5dc1bde3d91aa197a8587d17d193 (patch) | |
tree | a5184d8aa76cb9dab1635ccf9257d5fc28a21d40 /src/mongo/pch.h | |
parent | 6453e95ec398eb40623c4a63c7f15b479822f153 (diff) | |
download | mongo-b3b1949de30b5dc1bde3d91aa197a8587d17d193.tar.gz |
SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.
Original author: Sven-Hendrik Haase <sh@lutzhaase.com>
Merged by: Andy Schwerin <schwerin@10gen.com>
Signed-off-by: Andy Schwerin <schwerin@10gen.com>
Diffstat (limited to 'src/mongo/pch.h')
-rw-r--r-- | src/mongo/pch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/pch.h b/src/mongo/pch.h index 70440972133..6bb9df6e665 100644 --- a/src/mongo/pch.h +++ b/src/mongo/pch.h @@ -44,7 +44,7 @@ #include "string.h" #include "limits.h" -#define BOOST_FILESYSTEM_VERSION 2 +#define BOOST_FILESYSTEM_VERSION 3 #include <boost/shared_ptr.hpp> #include <boost/smart_ptr.hpp> #include <boost/function.hpp> |