mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
the last, I think, of the namespace shuffling business
This commit is contained in:
parent
07323ba4fb
commit
723ef90108
3 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,9 @@
|
|||
std::ifstream inputFile;
|
||||
std::ofstream outputFile;
|
||||
|
||||
using namespace Arabica::io;
|
||||
using namespace Arabica::convert;
|
||||
|
||||
iconvert_adaptor<char> iByteConvertor(std::cin);
|
||||
oconvert_adaptor<char> oByteConvertor(std::cout);
|
||||
bool needWCharIntermediary = false;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <locale>
|
||||
|
||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||
#include <Arabica/impl/codecvt_specialisations.hpp>
|
||||
#include <convert/impl/codecvt_specialisations.hpp>
|
||||
#endif
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <locale>
|
||||
|
||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||
#include <Arabica/impl/codecvt_specialisations.hpp>
|
||||
#include <convert/impl/codecvt_specialisations.hpp>
|
||||
#endif
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
|
|
Loading…
Reference in a new issue