Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
SMTK
Commits
b89993f0
Commit
b89993f0
authored
Jul 29, 2020
by
T.J. Corona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
141e91b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
smtk/resource/query/Factory.h
smtk/resource/query/Factory.h
+2
-2
No files found.
smtk/resource/query/Factory.h
View file @
b89993f0
...
...
@@ -169,11 +169,11 @@ private:
inline
typename
std
::
enable_if
<
I
!=
std
::
tuple_size
<
Tuple
>::
value
,
bool
>::
type
unregisterQueries
()
{
bool
unregistered
=
this
->
unregisterQuery
<
typename
std
::
tuple_element
<
I
,
Tuple
>::
type
>
();
return
unregistered
&&
unregisterQuer
y
<
I
+
1
,
Tuple
>
();
return
unregistered
&&
unregisterQuer
ies
<
I
+
1
,
Tuple
>
();
}
template
<
std
::
size_t
I
,
typename
Tuple
>
inline
typename
std
::
enable_if
<
I
==
std
::
tuple_size
<
Tuple
>::
value
,
bool
>::
type
unregisterQuer
y
()
inline
typename
std
::
enable_if
<
I
==
std
::
tuple_size
<
Tuple
>::
value
,
bool
>::
type
unregisterQuer
ies
()
{
return
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment