From 12ff5e320e95788520c2ffae430218a61a04af08 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 9 Jun 2024 20:55:01 +0300 Subject: [PATCH] Unfortunately, need to define BOOST_UUID_DISABLE_ALIGNMENT in test_attribute_packed as well --- test/test_attribute_packed.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_attribute_packed.cpp b/test/test_attribute_packed.cpp index 829af96..c9a8e27 100644 --- a/test/test_attribute_packed.cpp +++ b/test/test_attribute_packed.cpp @@ -2,6 +2,8 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt +#define BOOST_UUID_DISABLE_ALIGNMENT + #include #include #include