Subject: Re: [Boost-users] std:string to boost::filesystem::path, then, create directories.
From: Bogdan Slusarczyk (bogdan.slusarczyk_at_[hidden])
Date: 2012-02-10 04:48:45


Hi,
> Unhandled exception at 0x51d8ee9e (msvcr90d.dll) in myTest.exe:
> 0xC0000005: Access violation writing location 0xcdcdcdcd.

Are you sure you use debug version of boost (as you get exception from
debug version of msvcr)?

I use 1.48 and is_directory on win32/win64/lin32/lin64 and I don't get
any errors, also with win32 debug configurations.

Regards,
Bogdan