Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
vector-of-bool committed Apr 17, 2024
1 parent ad22101 commit acb540c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/enable_trivially_relocatable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ template <typename T>
constexpr bool enable_trivially_relocatable //
= neo_is_trivially_copyayable(T) //
or neo_is_reference(T) //
or requires { requires static_cast<bool>(T::enable_trivially_locatable); }
or requires { requires static_cast<bool>(T::enable_trivially_relocatable); }
or std_is_trivially_relocatable_v<T>;

} // namespace neo

0 comments on commit acb540c

Please sign in to comment.