saurabhshri / CCAligner

🔮 Word by word audio subtitle synchronisation tool and API. Developed under GSoC 2017 with CCExtractor.
165 stars 34 forks source link

Update main.cpp (GCI-2018) #70

Closed D3ezy27 closed 6 years ago

D3ezy27 commented 6 years ago

A few changes concerning the std:: syntax as it could be simplified using namespace std;

saurabhshri commented 6 years ago

Sorry, but we don't want to force any namespace. Moreover, this is generally not considered a good practise specially in cases where the required code is to be used as a library.