rewrite map data model
This commit is contained in:
@@ -40,7 +40,7 @@ struct CompiledFunctionCode {
|
||||
|
||||
bool is_big_endian() const;
|
||||
|
||||
template <typename FooterT>
|
||||
template <bool BE>
|
||||
std::string generate_client_command_t(
|
||||
const std::unordered_map<std::string, uint32_t>& label_writes,
|
||||
const void* suffix_data = nullptr,
|
||||
|
||||
Reference in New Issue
Block a user