mirror of
https://github.com/TartanLlama/expected.git
synced 2025-07-31 01:17:17 +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
|
// 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
|
// This specialization is for when T is default constructible
|
||||||
template <class T, class E,
|
template <class T, class E,
|
||||||
bool Enable =
|
bool Enable =
|
||||||
|
Reference in New Issue
Block a user