We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d6498d + ed6a671 commit f7f22d8Copy full SHA for f7f22d8
include/boost/int128/detail/uint128_imp.hpp
@@ -25,7 +25,7 @@ namespace boost {
25
namespace int128 {
26
27
BOOST_INT128_EXPORT struct
28
- #ifdef BOOST_INT128_HAS_INT128
+ #if defined(BOOST_INT128_HAS_INT128) || defined(BOOST_INT128_HAS_MSVC_INT128)
29
alignas(alignof(detail::builtin_u128))
30
#else
31
alignas(16)
0 commit comments