Opened 6 years ago
Last modified 6 years ago
#12455 new Bugs
Missing include boost/config.hpp and boost/assert.hpp in download package 1.61.0
Reported by: | Owned by: | Eric Niebler | |
---|---|---|---|
Milestone: | To Be Determined | Component: | xpressive |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: |
Description
It seems that the file boost/config.hpp (and also boost/assert.hpp) is missing from the download package 1.61.0.
When we add #include <boost/xpressive/xpressive.hpp> to the source file an error comes up:
P:\Projekte\ITK\3rdParty\boost_1_61_0\boost/type_traits/remove_reference.hpp(12): fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
AdditionalIncludeDirectories are set correctly in Visual Studio project setup.
Note:
See TracTickets
for help on using tickets.
Can be closed. User error.