Silicium
path_char.hpp
Go to the documentation of this file.
1 #ifndef SILICIUM_PATH_CHAR_HPP
2 #define SILICIUM_PATH_CHAR_HPP
3 
4 #include <silicium/is_handle.hpp>
5 
6 namespace Si
7 {
8  typedef
9 #ifdef _WIN32
10  wchar_t
11 #else
12  char
13 #endif
15 
17 }
18 
19 #endif
BOOST_STATIC_ASSERT(Si::is_handle< absolute_path >::value)
Definition: absolute_path.hpp:19
Definition: is_handle.hpp:21
char native_path_char
Definition: path_char.hpp:14