Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
32.38k
stars
1.48k
forks
source link
Drop std:: on size_t in various spots. #4546
Closed
jonmeow closed 1 week ago
We predominantly omit the
std::
in these cases already. This is for style: "Prefer to omit the std:: prefix for these types, as the extra 5 characters do not merit the added clutter." (https://google.github.io/styleguide/cppguide.html#Integer_Types)