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
Note:
See TracTickets
for help on using tickets.