Searched defs:digit_seps (Results 1 – 2 of 2) sorted by relevance
3 int digit_seps = 123'456; // expected-warning {{digit separators are incompatible with C standards before C23}} variable
411 int digit_seps = 123'456; // expected-warning {{digit separators are incompatible with C++ standards before C++14}} variable