| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
non-static member initialization syntax.
|
|
|
|
|
|
|
| |
Also:
- Use {}-style list initialisation for SourceLocation construction
- Introduce new system includes
- Changes the API of the Scanner to take source as value (with move) as opposed to as a reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removed push/pop if there was no change to the warnings *in the same
file* for a given compiler. This assumes the imported boost headers use
a warning stack themselves.
The pragmas don't seem to be required anymore, but were not removed to
mantain compatibility with older versions of the boost library.
Compiled with
- clang version 6.0.1 (tags/RELEASE_601/final)
- gcc (GCC) 8.1.1 20180531
against:
- libboost 1.67.0-5
|
| |
|
|
|
|
| |
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
|
|