Jonathan Hamilton e66e034419 Fix some GCC ODR warnings
struct GekkoOPTemplate was implemented differently in different
compilation units, which breaks the ODR and could end up causing issues
as symbols exported from one compilation unit could end up being used by
another even if they have different implementations.

This puts them in an anonymous namespace, restricting any generated
symbols to the single compilation unit.
2017-06-29 12:21:32 -07:00
..
2017-06-29 12:21:32 -07:00
2017-06-29 12:21:32 -07:00
2017-06-29 12:21:32 -07:00
2017-05-19 22:21:07 +02:00
2017-05-06 13:18:00 +01:00
2017-06-15 18:52:22 -04:00