Skip to content

Commit

Permalink
Update MSVC workaround to 1950
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 22, 2024
1 parent d90e14f commit 400d1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/uuid/uuid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct uuid

union
{
#if BOOST_WORKAROUND(BOOST_MSVC, < 1910)
#if BOOST_WORKAROUND(BOOST_MSVC, < 1950)

std::uint8_t repr_[ 16 ] = {};

Expand Down Expand Up @@ -97,7 +97,7 @@ struct uuid

// data

#if BOOST_WORKAROUND(BOOST_MSVC, < 1910)
#if BOOST_WORKAROUND(BOOST_MSVC, < 1950)

data_type data;

Expand Down

0 comments on commit 400d1f6

Please sign in to comment.