Opened 12 years ago

Closed 12 years ago

#5075 closed Bugs (fixed)

boost/proto/fusion.hpp emits warnings with gcc -Wundef

Reported by: Markus Laker <markusl@…> Owned by: Eric Niebler
Milestone: To Be Determined Component: proto
Version: Boost 1.39.0 Severity: Problem
Keywords: Cc:

Description

Using gcc -Wundef:

In file included from /home/markusl/work/unicorn/1/libs/manspan/Ibspanfuncs.cpp:17:

/home/markusl/work/unicorn/1/include/x86_64_bali/boost/proto/fusion.hpp:49:5: error: "BOOST_MSVC" is not defined

/home/markusl/work/unicorn/1/include/x86_64_bali/boost/proto/fusion.hpp:725:5: error: "BOOST_MSVC" is not defined

The attached patch solves the problem.

Attachments (1)

patch-fusion_hpp (572 bytes ) - added by Markus Laker <markusl@…> 12 years ago.
Patch that fixes the problem

Download all attachments as: .zip

Change History (2)

by Markus Laker <markusl@…>, 12 years ago

Attachment: patch-fusion_hpp added

Patch that fixes the problem

comment:1 by anonymous, 12 years ago

Resolution: fixed
Status: newclosed

Fixed on trunk in [68170] and merged to release in [68179].

Note: See TracTickets for help on using tickets.