0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

boost filesystem oddity

this lets me use a:b with all versions of boost
This commit is contained in:
Eliot Horowitz 2008-12-29 17:52:23 -05:00
parent 87cf98d367
commit 875ea007ef

View File

@ -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;