Replace std::size usage with std_size to avoid <iterator> include.
This commit is contained in:
@ -155,7 +155,7 @@ public:
|
||||
#endif
|
||||
};
|
||||
|
||||
static_assert(std::size(default_warning_levels) == WARNING_MAX, "Amount of default levels does not match the amount of warnings.");
|
||||
static_assert(std_size(default_warning_levels) == WARNING_MAX, "Amount of default levels does not match the amount of warnings.");
|
||||
|
||||
Code code = WARNING_MAX;
|
||||
int start_line = -1, end_line = -1;
|
||||
|
||||
Reference in New Issue
Block a user