include/typedefs.h
branchv_0
changeset 20 bef6648e79b1
parent 19 98b901d7bb95
child 21 118b68d73420
--- a/include/typedefs.h	Sat Jul 28 15:42:33 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#pragma once
-
-#include <cstdint>
-#include <string>
-
-namespace relpipe {
-namespace writer {
-
-using octet_t = uint8_t;
-using integer_t = uint64_t;
-using boolean_t = bool;
-using string_t = std::wstring;
-
-}
-}
\ No newline at end of file