-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
https://invent.kde.org/-/snippets/1655
Errors of interest are:
/tmp/makepkg/decaf-emu-git/src/decaf-emu/libraries/cpptoml/include/cpptoml.h:1033:52: error: ‘numeric_limits’ is not a member of ‘std’
1033 | if (static_cast<uint64_t>(v->get()) > std::numeric_limits<T>::max())
| ^~~~~~~~~~~~~~
/tmp/makepkg/decaf-emu-git/src/decaf-emu/libraries/cpptoml/include/cpptoml.h:1033:68: error: expected primary-expression before ‘>’ token
1033 | if (static_cast<uint64_t>(v->get()) > std::numeric_limits<T>::max())
| ^
/tmp/makepkg/decaf-emu-git/src/decaf-emu/libraries/cpptoml/include/cpptoml.h:1033:71: error: ‘::max’ has not been declared; did you mean ‘std::max’?
1033 | if (static_cast<uint64_t>(v->get()) > std::numeric_limits<T>::max())
| ^~~
| std::max
acarrillo
Metadata
Metadata
Assignees
Labels
No labels