Skip to content

Commit

Permalink
Unfortunately, need to define BOOST_UUID_DISABLE_ALIGNMENT in test_at…
Browse files Browse the repository at this point in the history
…tribute_packed as well
  • Loading branch information
pdimov committed Jun 9, 2024
1 parent c2bc3b3 commit 12ff5e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_attribute_packed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 12ff5e3

Please sign in to comment.