Opened 9 years ago
Closed 9 years ago
#9133 closed Bugs (invalid)
Compilation error when using Logging on VS 2008
Reported by: | Owned by: | Andrey Semashev | |
---|---|---|---|
Milestone: | To Be Determined | Component: | log |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
After upgrading to Boost 1.54 and trying to use the new Logging module i get all kinds of compilation errors in other dependent boost headers, e.g. features.hpp, core.hpp, meta_utils.hpp ...
I'm compiling on Visual Studio 2008.
This only appears when including one of the Logging headers, e.g. log/trivial.hpp or log/core.hpp
Change History (4)
follow-up: 2 comment:1 by , 9 years ago
comment:2 by , 9 years ago
Replying to andysem:
Please, attach the build log.
BTW, the testers run tests on MSVC 9 and have no such problem.
I tested again with a simpler example of the logging which compiles fine. I guess ill have to look a bit deeper in my code which is a more complex application with several other boost and third party dependencies.
comment:3 by , 9 years ago
Please excuse me the problem was on my side due to a wrong include path to an older version of your logging module (before it was accepted into boost, btw congrats for this). Can be closed.
comment:4 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please, attach the build log.
BTW, the testers run tests on MSVC 9 and have no such problem.