mirror of
https://github.com/TartanLlama/optional.git
synced 2025-07-29 17:37:13 +02:00
Fix trivially destructible comment
This commit is contained in:
@ -321,8 +321,8 @@ struct is_nothrow_swappable
|
||||
#endif
|
||||
|
||||
// The storage base manages the actual storage, and correctly propagates
|
||||
// trivial destruction from T This case is for when T is trivially
|
||||
// destructible
|
||||
// trivial destruction from T. This case is for when T is not trivially
|
||||
// destructible.
|
||||
template <class T, bool = ::std::is_trivially_destructible<T>::value>
|
||||
struct optional_storage_base {
|
||||
TL_OPTIONAL_11_CONSTEXPR optional_storage_base() noexcept
|
||||
|
Reference in New Issue
Block a user