We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff9479 commit fededadCopy full SHA for fededad
include/cpptoml.h
@@ -85,7 +85,7 @@ class option
85
}
86
87
template <class U>
88
- T value_or(U&& alernative) const
+ T value_or(U&& alternative) const
89
{
90
if (!empty_)
91
return value_;
0 commit comments