pack struct

This commit is contained in:
Green Sky 2024-10-18 19:24:46 +02:00
parent 17d2baf736
commit 629d1b18dc
No known key found for this signature in database

View File

@ -7,6 +7,7 @@
#include <type_traits>
#include <cassert>
#pragma pack(1)
struct CM_InternalStringView final {
const char* start {nullptr};
uint64_t extend {0};