Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
942380ea
Commit
942380ea
authored
8 years ago
by
Sam Yates
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix: incorrect specialization
Some compilers are more liberal than others…
parent
21f1e235
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
miniapp/io.cpp
+6
-4
6 additions, 4 deletions
miniapp/io.cpp
with
6 additions
and
4 deletions
miniapp/io.cpp
+
6
−
4
View file @
942380ea
...
...
@@ -11,10 +11,12 @@
// Let TCLAP understand value arguments that are of an optional type.
template
<
typename
V
>
struct
TCLAP
::
ArgTraits
<
nest
::
mc
::
util
::
optional
<
V
>>
{
using
ValueCategory
=
ValueLike
;
};
namespace
TCLAP
{
template
<
typename
V
>
struct
ArgTraits
<
nest
::
mc
::
util
::
optional
<
V
>>
{
using
ValueCategory
=
ValueLike
;
};
}
namespace
nest
{
namespace
mc
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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