[Positioner] CSV*Reader: don't use namespace boost

Remove the using namespace boost declaration.
This commit is contained in:
Matteo Cypriani 2013-05-30 14:24:49 -04:00
parent f352295e9d
commit 486d2c9670
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,6 @@
#include <iostream>
using namespace std ;
using namespace boost ;

View File

@ -18,7 +18,10 @@
#include <iostream>
using namespace std ;
using namespace boost ;
using boost::tokenizer ;
using boost::escaped_list_separator ;
using boost::lexical_cast ;
using boost::bad_lexical_cast ;