1 | ===== fusion.hpp 1.1 vs edited =====
|
---|
2 | --- 1.1/boost/proto/fusion.hpp 2009-07-13 14:42:17 +01:00
|
---|
3 | +++ edited/boost/proto/fusion.hpp 2011-01-14 12:21:22 +00:00
|
---|
4 | @@ -46,7 +46,7 @@
|
---|
5 | #include <boost/proto/eval.hpp>
|
---|
6 | #include <boost/proto/detail/suffix.hpp>
|
---|
7 |
|
---|
8 | -#if BOOST_MSVC
|
---|
9 | +#ifdef BOOST_MSVC
|
---|
10 | #pragma warning(push)
|
---|
11 | #pragma warning(disable : 4510) // default constructor could not be generated
|
---|
12 | #pragma warning(disable : 4512) // assignment operator could not be generated
|
---|
13 | @@ -722,7 +722,7 @@
|
---|
14 |
|
---|
15 | #undef UNREF
|
---|
16 |
|
---|
17 | -#if BOOST_MSVC
|
---|
18 | +#ifdef BOOST_MSVC
|
---|
19 | #pragma warning(pop)
|
---|
20 | #endif
|
---|
21 |
|
---|