Staging
v0.5.1
Revision 02d5157baf57e870fae51c1ba42403e01e62a44b authored by Filip Roséen on 09 March 2016, 12:23:38 UTC, committed by Jean-Baptiste Kempf on 09 March 2016, 12:32:04 UTC
It somehow slipped my mind that C++03 disallows local types as
template-arguments, which makes one of the earlier commits invalid when
compiled as C++03.

This patch correctly moves the type in question to the global namespace
(inside an anonymous namespace to not pollute the global linkage scope)
so that everything is 100% legal C++03.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
1 parent b9341d8
Raw File
.gitattributes
*.c   ident
*.h   ident
*.m   ident
*.cpp ident
*.hpp ident
README ident
back to top