dxx-rebirth/similar/arch
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
..
ogl Avoid calling make_unique<...>({}) 2016-08-06 19:55:24 +00:00
sdl Avoid calling make_unique<...>({}) 2016-08-06 19:55:24 +00:00