dxx-rebirth/common/include
Kp 7045b44386 Move operator*(vm_distance,vm_distance) into class scope
clang -Wunused-function warns about a 'static constexpr' function
defined in a header if the header is ever included in a file which does
not call the function.  Move the function into class scope to silence
the warning and prevent the compiler from considering it when resolving
operator*(T1,T2).

Reported-by: btb <https://github.com/dxx-rebirth/dxx-rebirth/pull/54#issuecomment-86252750>
2015-03-26 02:42:26 +00:00
..
editor
3d.h
args.h Merge branch 'unification/master' into unification/syncgl_v2 2015-03-23 20:18:17 +01:00
byteutil.h
compiler-addressof.h
compiler-array.h
compiler-begin.h
compiler-exchange.h
compiler-integer_sequence.h
compiler-lengthof.h
compiler-make_unique.h
compiler-range_for.h
compiler-static_assert.h
compiler-type_traits.h
console.h
countarray.h
digi_audio.h
digi_mixer.h
digi_mixer_music.h
dxxerror.h
event.h
fmtcheck.h
func.h
fwd-partial_range.h
fwdvalptridx.h
gr.h
grdef.h
hash.h
highest_valid.h
hmp.h
iff.h
ignorecase.h
internal.h
interp.h
joy.h
jukebox.h
key.h
loadgl.h
makesig.h
maths.h
messagebox.h
mouse.h
ntstring.h
ogl_extensions.h Remove unused ogl_extensions_init return value 2015-03-25 01:59:21 +00:00
ogl_init.h
ogl_sync.h move GL synchronization code into its own class 2015-03-22 21:19:06 +01:00
pack.h
palette.h
partial_range.h
pcx.h
physfs-serial.h
physfsx.h
poison.h
pstypes.h
rbaudio.h
reverse.h
rle.h
serial.h
strictindex.h
strutil.h
texmap.h
timer.h
u_mem.h
ui.h
valptridx.h
varutil.h
vecmat.h Move operator*(vm_distance,vm_distance) into class scope 2015-03-26 02:42:26 +00:00
window.h