2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Unfortunately, need to define BOOST_UUID_DISABLE_ALIGNMENT in test_attribute_packed as well

This commit is contained in:
Peter Dimov
2024-06-09 20:55:01 +03:00
parent c2bc3b3808
commit 12ff5e320e

View File

@@ -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 <boost/uuid/uuid.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/config/pragma_message.hpp>