From c9cb051fae190acfc36813e4a23759fb9b9c3df3 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 16 Nov 2020 12:48:44 +0100 Subject: Implement hierarchical evaluation (WIP) --- minicc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'minicc.h') diff --git a/minicc.h b/minicc.h index 59cc23a..e9d5569 100644 --- a/minicc.h +++ b/minicc.h @@ -51,3 +51,6 @@ struct PairHashSS { }; std::string demangle(const std::type_info& type); + +std::vector to_little_endian(uint32_t value); +uint32_t from_little_endian(const std::vector& value); -- cgit v1.2.3