dxx-rebirth/similar/arch/ogl
Kp a1ab71f5ad Avoid calling make_unique<...>({})
The compiler may or may not recognize that the temporary T{} passed to
make_unique can be omitted.  Help it by passing nothing, then explicitly
clearing the returned data as a separate step.
2016-08-06 19:55:24 +00:00
..
gr.cpp Avoid calling make_unique<...>({}) 2016-08-06 19:55:24 +00:00
ogl.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-16 03:56:44 +00:00