mkvtoolnix/tests/unit
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
..
common refactoring: no 'using namespace …' in header files 2018-06-15 17:45:22 +02:00
data/text
merge
propedit refactoring: no 'using namespace …' in header files 2018-06-15 17:45:22 +02:00
init.cpp
init.h
Rakefile
util.cpp
util.h