From 875ea007ef8e0c388ad06afca9f2faa194634a34 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Mon, 29 Dec 2008 17:52:23 -0500 Subject: boost filesystem oddity this lets me use a:b with all versions of boost --- db/db.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/db.cpp b/db/db.cpp index 67a026900b3..9ce745058c0 100644 --- a/db/db.cpp +++ b/db/db.cpp @@ -353,6 +353,9 @@ void testClient(); int main(int argc, char* argv[], char *envp[] ) { + + boost:filesystem::path::default_name_check( boost::filesystem::no_check ); + { unsigned x = 0x12345678; unsigned char& b = (unsigned char&) x; -- cgit v1.2.1