Opened 17 years ago

Closed 17 years ago

#473 closed Patches (Fixed)

spirit/symbols.ipp pragma warning fix

Reported by: jmihalicza Owned by: Joel de Guzman
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

The original version sets the default setting back at the 
end of the file so the following code doesn't work as 
expected:
#pragma warning (disable:4355)
#include <boost/spirit/....> // some file that includes 
symbols.ipp
// here 4355 may be enabled according to the default 
settings (warning level)

The fix uses push/pop

Change History (1)

comment:1 by Hartmut Kaiser, 17 years ago

Status: assignedclosed
Logged In: YES 
user_id=353975

I've applied the proposed patch.

Thanks and regards Hartmut
Note: See TracTickets for help on using tickets.