mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
It is dangerous insofar as it pollutes an immense number of source files. For example, utf8cpp's stuff uses relative namespace names (e.g. `utf8::some_type`). If `using namespace libebml` is in effect, then this clashes with `libebml::utf8` which is a typedef for `unsigned char`, causing compiler errors. |
||
---|---|---|
.. | ||
attachment_target.cpp | ||
chapter_target.cpp | ||
propedit.cpp | ||
Rakefile | ||
target_id_manager.cpp |