Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libsimple_support
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
We are moving to Forgejo!
You are on a read-only GitLab instance.
Show more breadcrumbs
namark
libsimple_support
Commits
91ed9de7
Commit
91ed9de7
authored
4 years ago
by
namark
Browse files
Options
Downloads
Patches
Plain Diff
stupid typo
parent
6cf5a100
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/simple/support/tuple_utils/meta_bind.hpp
+1
-1
1 addition, 1 deletion
source/simple/support/tuple_utils/meta_bind.hpp
with
1 addition
and
1 deletion
source/simple/support/tuple_utils/meta_bind.hpp
+
1
−
1
View file @
91ed9de7
...
@@ -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 decl
type
as you can't just put anything in a tuple apparently:
// can't use decl
val
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
{};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment