
4 Apr
2008
4 Apr
'08
1:06 a.m.
Mat Marcus <mat-lists <at> emarcus.org> writes:
When building filesystem in a using an MSVC 9.0 IDE project I encounter compilation errors when compiling libs/filesystem/src/exception.cpp
Ah, yes - I faced this yesterday. exception.cpp is obsolete and should be removed, since now boost.system is used for custom error handling. At least that's what I did and everything built fine... Best Amit