diff options
author | 2016-10-03 08:37:03 -0400 | |
---|---|---|
committer | 2016-10-03 21:50:04 -0400 | |
commit | 6549ec8ccf12184e0b44f2866d9cdef414e346ff (patch) | |
tree | e6b3845b8a471a7c886ca274761bd8eddb56a85b /src/osd/modules/lib/osdlib_win32.cpp | |
parent | 314a7e7906ab87227d7a7d7e2cd744a56cc50521 (diff) |
Eliminated virtual function use in strconv.cpp
Take note that in practice, this does not actually change the compiled code because the optimizer should be smart enough to remove the need for vtable lookups as a part of optimization (this is definitely true for MinGW). If you really prefer, I can collapse the class hierarchy into a single templated class that just has overloaded constructors - this also doesn't actually change the compiled code, but I can make the change if you wish.
Diffstat (limited to 'src/osd/modules/lib/osdlib_win32.cpp')
0 files changed, 0 insertions, 0 deletions