From a7bcede17b4c10e172c7877fc2ce89862dc454af Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 23 Jun 2016 18:07:42 +0200 Subject: adds alot more binary parsing. --- binparse/types.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binparse/types.hpp') diff --git a/binparse/types.hpp b/binparse/types.hpp index 9b6c4a6..d1b1910 100644 --- a/binparse/types.hpp +++ b/binparse/types.hpp @@ -17,6 +17,8 @@ BOOST_STRONG_TYPEDEF(uint16_t, Value16) BOOST_STRONG_TYPEDEF(uint32_t, Offset32) BOOST_STRONG_TYPEDEF(uint32_t, Value32) +BOOST_STRONG_TYPEDEF(std::string, PString8); + template T operator+(T const lh, T const rh) { return T(0 + lh + rh); -- cgit v1.2.3-70-g09d2