uint32_t -> boost::uint32_t
This commit is contained in:
parent
c73d68f496
commit
8100479af3
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
#include <exception>
|
||||
#include <stdint.h>
|
||||
#include <boost/cstdint.hpp>
|
||||
|
||||
namespace ucs4 {
|
||||
typedef uint32_t char_t;
|
||||
typedef boost::uint32_t char_t;
|
||||
typedef std::vector<char_t> string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue