Skip to content

Commit

Permalink
Mark default constructor constexpr and noexcept
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 22, 2024
1 parent d90e14f commit 2396aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/uuid/uuid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct uuid

// constructors

uuid() = default;
constexpr uuid() noexcept = default;

#if defined(BOOST_NO_CXX14_CONSTEXPR)

Expand Down

0 comments on commit 2396aef

Please sign in to comment.