Skip to content
Snippets Groups Projects
Commit 91ed9de7 authored by namark's avatar namark
Browse files

stupid typo

parent 6cf5a100
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ namespace simple::support ...@@ -41,7 +41,7 @@ namespace simple::support
struct has_meta_bindings<T, struct has_meta_bindings<T,
// NOTE: is_object here is not checked, just serves as a type context, // NOTE: is_object here is not checked, just serves as a type context,
// to fail if binding are not defined at all. // to fail if binding are not defined at all.
// can't use decltype as you can't just put anything in a tuple apparently: // can't use declval as you can't just put anything in a tuple apparently:
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92570 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92570
decltype(std::is_object_v<typename T::bindings>, nullptr)> decltype(std::is_object_v<typename T::bindings>, nullptr)>
: std::true_type {}; : std::true_type {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment