Matroska-Org / libmatroska

a C++ libary to parse Matroska files (.mkv and .mka)
GNU Lesser General Public License v2.1
318 stars 57 forks source link

don't use the libebml namespace globally in definition files #144

Closed robUx4 closed 8 months ago

robUx4 commented 8 months ago

This is just a test to show what needs a namespace and what doesn't. It builds when ShouldWrite and all the Ebml<Type> classes are not set a libebml namespace.

It's not a big deal, but I'd rather have nothing implied if possible.