mkvtoolnix/tests/unit/propedit
Moritz Bunkus 8bcc286dfc
refactoring: no 'using namespace …' in header files
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.
2018-06-15 17:45:22 +02:00
..
attachment_target.cpp refactoring: no 'using namespace …' in header files 2018-06-15 17:45:22 +02:00
chapter_target.cpp
propedit.cpp
Rakefile
target_id_manager.cpp