mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-27 21:58:30 +01:00
exclude from build if now wchar_t
This commit is contained in:
parent
8148a0aa46
commit
76a6dd8d45
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
#include <SAX/ArabicaConfig.h>
|
||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||
#ifndef ARABICA_NO_WCHAR_T
|
||||
#include <Utils/impl/codecvt_specialisations.h>
|
||||
|
||||
namespace std
|
||||
|
@ -81,3 +82,4 @@ do_max_length() const throw()
|
|||
} // namespace std
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue