the last, I think, of the namespace shuffling business

This commit is contained in:
jez 2007-09-11 08:32:54 +00:00
parent 07323ba4fb
commit 723ef90108
3 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,9 @@
std::ifstream inputFile; std::ifstream inputFile;
std::ofstream outputFile; std::ofstream outputFile;
using namespace Arabica::io;
using namespace Arabica::convert; using namespace Arabica::convert;
iconvert_adaptor<char> iByteConvertor(std::cin); iconvert_adaptor<char> iByteConvertor(std::cin);
oconvert_adaptor<char> oByteConvertor(std::cout); oconvert_adaptor<char> oByteConvertor(std::cout);
bool needWCharIntermediary = false; bool needWCharIntermediary = false;

View file

@ -17,7 +17,7 @@
#include <locale> #include <locale>
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS #ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
#include <Arabica/impl/codecvt_specialisations.hpp> #include <convert/impl/codecvt_specialisations.hpp>
#endif #endif
#ifdef ARABICA_VS6_WORKAROUND #ifdef ARABICA_VS6_WORKAROUND

View file

@ -17,7 +17,7 @@
#include <locale> #include <locale>
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS #ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
#include <Arabica/impl/codecvt_specialisations.hpp> #include <convert/impl/codecvt_specialisations.hpp>
#endif #endif
#ifdef ARABICA_VS6_WORKAROUND #ifdef ARABICA_VS6_WORKAROUND