Opened 12 years ago
Closed 12 years ago
#5075 closed Bugs (fixed)
boost/proto/fusion.hpp emits warnings with gcc -Wundef
Reported by: | 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)
Change History (2)
by , 12 years ago
Attachment: | patch-fusion_hpp added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch that fixes the problem