dxx-rebirth/common
Kp 1e95f650aa Shorten valptridx internal names
Remove the `basic_` prefix from valptridx<T>::basic_ptr, ::basic_idx,
and ::basic_ptridx.  Since the public names are typedef aliases of these
classes, these class names appear frequently in debug information and
error messages.  The `basic_` prefix is unnecessary.  Remove it.

    git grep -lz '\<basic_\(ptr\|ptridx\|idx\)\>' -- common/include/ | xargs -0 sed -i -e 's/\<basic_\(ptr\|ptridx\|idx\)\>/\1/g'
2017-08-11 23:43:53 +00:00
..
2d Work around i686-w64-mingw32-g++ compiler crash 2017-04-22 21:23:55 +00:00
3d Pass up various return values 2017-02-26 00:00:02 +00:00
arch Replace "compiler-type_traits.h" with <type_traits> 2017-06-25 20:46:03 +00:00
editor Cache canvas in print_clock 2017-02-11 21:42:34 +00:00
include Shorten valptridx internal names 2017-08-11 23:43:53 +00:00
main Add alternate valptridx error reporting mechanisms 2017-08-11 23:43:52 +00:00
maths
mem
misc Simplify reporting fatal errors 2017-08-11 23:43:52 +00:00
texmap Simplify draw_tmap interpolation 2017-03-10 01:22:24 +00:00
ui Expand tt:: indirection to std:: 2017-06-25 20:46:03 +00:00