Roflincopter / dmp

Distributed Music Player
Other
1 stars 1 forks source link

Remove using namespaces in libdmp-library #8

Open Roflincopter opened 10 years ago

Roflincopter commented 10 years ago

I thought having using namespaces would make the code look more elegant but it has kinda backfired as I cannot use the dmp_library namespace without using the boost and std namespace. I should have used type aliases, much cleaner and faster.