Opened 11 years ago
Last modified 11 years ago
#6565 new Bugs
Warnings with -Wundef
| Reported by: | Owned by: | pmenso57 | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | preprocessor |
| Version: | Boost 1.49.0 | Severity: | Problem |
| Keywords: | warning wundef | Cc: |
Description
The following occurs when compiling with GCC 4.3.2 on Linux with -Wundef -Werror:
In file included from boost_1_49_0_beta1/boost/preprocessor/cat.hpp:17,
from boost_1_49_0_beta1/boost/concept/detail/general.hpp:7,
from boost_1_49_0_beta1/boost/concept/assert.hpp:36,
from boost_1_49_0_beta1/boost/heap/detail/heap_comparison.hpp:14,
from boost_1_49_0_beta1/boost/heap/binomial_heap.hpp:17,
...
boost_1_49_0_beta1/boost/preprocessor/config/config.hpp:86:77: error: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
I'm not sure what version introduced this.
(I'm going to be filing a couple of these bugs because they appear in different components... sorry if that's the wrong thing to do.)
Attachments (1)
Change History (2)
comment:1 by , 11 years ago
| Component: | config → preprocessor |
|---|---|
| Owner: | changed from to |
by , 10 years ago
| Attachment: | gxx_experimental_cxx0x-config.patch added |
|---|
A possible solution. Patch created against http://svn.boost.org/svn/boost/trunk@78759.
Note:
See TracTickets
for help on using tickets.

Reassigning to Boost.Preprocessor.