Skip to content

Commit

Permalink
rocket/variant: Use ROCKET_CONSTEXPR_INLINE
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Apr 7, 2024
1 parent 2283ace commit f4f6bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocket/variant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class variant

public:
// 23.7.3.5, value status
constexpr
ROCKET_CONSTEXPR_INLINE
size_t
index() const noexcept
{
Expand Down

0 comments on commit f4f6bfa

Please sign in to comment.