Om
code_point.hpp
Go to the documentation of this file.
1 
15 #ifndef Om_CodePoint_
16 
17  #define Om_CodePoint_ \
18  Om::CodePoint
19 
20  #ifndef Om_Macro_Precompilation_
21 
22  #include "boost/locale/utf.hpp"
23 
24  #endif
25 
26 namespace Om {
27 
32  typedef boost::locale::utf::code_point CodePoint;
33 
34 }
35 
36 #endif
The Om library.
Definition: code_point.hpp:26
boost::locale::utf::code_point CodePoint
A UTF-8 code point.
Definition: code_point.hpp:32