Registered Member
|
Hi,
I updated to the new version (3.2.1 => 3.3.1) and I get the following errors (VS2013) compiling the following code:
|
Moderator
|
hm, the errors must come from somewhere else. Please post a selfcontained example. The following one compiles just fine:
|
Registered Member
|
A small example to reproduce the errors:
// cl -IC:\prj-external-libs\eigen-eigen -Ic:\prj-external-libs\boost_1_57\ -Ic:\prj-external-libs\CGAL\include\ -Ic:\prj-external-libs\CGAL\build\include\ test.cpp /MD
|
Moderator
|
You should never include headers after a using namespace.
|
Registered Member
|
Same error:
|
Moderator
|
Then it's really a MSVC bug, and there is nothing we can do on our side. You might try to upgrade to "MSVC2013 update 5" or removing the using namespaces if that does the trick.
|
Registered Member
|
Okay, I removed the using namespace boost for now.
Thanks |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]