
8 Apr
2008
8 Apr
'08
8:57 p.m.
Amit wrote:
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...
That's exactly right. I simply forgot to remove it. --Beman