Files
yaml-cpp/include/yaml-cpp
rdzehtsiar 763b7d6c70 Fix compilation errors in build for Oracle Solaris OS (#1133)
On Oracle Solaris the following statement is declared in file /usr/include/sys/regset.h:
#define SS 18 /* only stored on a privilege transition */

Because of this template type name SS is substituted by numeric literal, which results in a compilation error:
error: expected nested-name-specifier before numeric constant

Fixed by renaming template type names.

Co-authored-by: Roman Degtyar <Roman.Degtyar@veeam.com>
2022-09-20 00:04:18 -05:00
..
2020-01-20 17:14:55 -06:00
2022-05-21 07:20:18 -05:00
2020-04-09 13:02:10 -05:00
2015-01-24 14:47:00 -06:00
2015-04-02 20:50:11 +01:00
2016-04-01 17:14:59 -05:00
2019-03-24 17:01:14 -05:00
2015-01-24 12:26:16 -06:00