mirror of
https://github.com/TartanLlama/expected.git
synced 2025-07-30 00:47:18 +02:00
Fix typo. (#154)
This commit is contained in:
@ -1184,7 +1184,7 @@ struct default_constructor_tag {
|
||||
};
|
||||
|
||||
// expected_default_ctor_base will ensure that expected has a deleted default
|
||||
// consturctor if T is not default constructible.
|
||||
// constructor if T is not default constructible.
|
||||
// This specialization is for when T is default constructible
|
||||
template <class T, class E,
|
||||
bool Enable =
|
||||
|
Reference in New Issue
Block a user