Opened 11 years ago

Last modified 11 years ago

#6565 new Bugs

Warnings with -Wundef

Reported by: driscoll@… 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)

gxx_experimental_cxx0x-config.patch (741 bytes ) - added by anonymous 10 years ago.
A possible solution. Patch created against http://svn.boost.org/svn/boost/trunk@78759.

Download all attachments as: .zip

Change History (2)

comment:1 by John Maddock, 11 years ago

Component: configpreprocessor
Owner: changed from John Maddock to pmenso57

Reassigning to Boost.Preprocessor.

by anonymous, 10 years ago

A possible solution. Patch created against http://svn.boost.org/svn/boost/trunk@78759.

Note: See TracTickets for help on using tickets.