Opened 11 years ago
Last modified 11 years ago
#6568 new Bugs
Warnings with -Wundef
Reported by: | Owned by: | Daniel Wallin | |
---|---|---|---|
Milestone: | To Be Determined | Component: | parameter |
Version: | Boost 1.49.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Compiling with GCC 4.3.2 on Linux with -Wundef -Werror:
In file included from boost_1_49_0_beta1/boost/parameter/parameters.hpp:44, from boost_1_49_0_beta1/boost/parameter.hpp:11, from boost_1_49_0_beta1/boost/heap/policies.hpp:12, from boost_1_49_0_beta1/boost/heap/detail/stable_heap.hpp:20, from boost_1_49_0_beta1/boost/heap/binomial_heap.hpp:19, ... boost_1_49_0_beta1/boost/parameter/aux_/unwrap_cv_reference.hpp:47:1: error: "MSVC_WORKAROUND_GUARD" is not defined boost_1_49_0_beta1/boost/parameter/aux_/unwrap_cv_reference.hpp:47:1: error: "MSVC" is not defined
Note:
See TracTickets
for help on using tickets.
This bug is a duplicate of ticket #6140.