mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
Workaround is, sadly, still needed for msvc-14.5
This commit is contained in:
@@ -57,7 +57,7 @@ private:
|
||||
|
||||
union
|
||||
{
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, < 1950)
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, < 1960)
|
||||
|
||||
std::uint8_t repr_[ 16 ] = {};
|
||||
|
||||
@@ -97,7 +97,7 @@ public:
|
||||
|
||||
// data
|
||||
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, < 1950)
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, < 1960)
|
||||
|
||||
data_type data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user