fmt/include/fmt
Rosen Penev 3cd0f70662
remove stars from auto
* is pointless for auto. It's also confusing.

Case in point, the variables used in map are now actually const.
There's a difference between const X* and const * X const.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-07 18:54:22 -07:00
..
chrono.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00
color.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00
compile.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00
core.h remove stars from auto 2020-05-07 18:54:22 -07:00
format-inl.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00
format.h remove stars from auto 2020-05-07 18:54:22 -07:00
locale.h Remove redundant braces 2020-01-15 15:07:30 -08:00
os.h [clang-tidy] make several member functions const 2020-05-07 18:48:46 -07:00
ostream.h Make copyfmt not throw (#1666) 2020-05-06 17:38:46 -07:00
posix.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00
printf.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00
ranges.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00