ROSE  0.11.145.0
WarningsRestore.h
1 // WARNING: Changes to this file must be contributed back to Sawyer or else they will
2 // be clobbered by the next update from Sawyer. The Sawyer repository is at
3 // https://github.com/matzke1/sawyer.
4 
5 
6 
7 
8 // Do not protect this file with include-once macros.
9 
10 // This file is the counterpart of <Sawyer/WarningsOff.h> and restores warnings to their state before WarningsOff was
11 // included. The WarningsRestore should be included once per WarningsOff -- they nest like parentheses.
12 
13 #ifdef SAWYER_CONFIGURED
14 # if _MSC_VER
15 # pragma warning(pop)
16 # endif
17 #else
18 # error "The <Sawyer/Sawyer.h> file must have been included already."
19 #endif