Skip to content

Commit

Permalink
uint32_t -> boost::uint32_t
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Oct 31, 2014
1 parent c73d68f commit 8100479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/serialization/unicode_types.hpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit 8100479

Please sign in to comment.