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: alexander.hetzl@… 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.

Change History (1)

comment:1 by anonymous, 6 years ago

Can be closed. User error.

Note: See TracTickets for help on using tickets.