Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
e05ec12b
Commit
e05ec12b
authored
Feb 27, 2015
by
Etienne Renault
Browse files
Clang needs explicit copy-initialization for sets.
* src/tgba/acc.cc: here.
parent
734bceff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgba/acc.cc
View file @
e05ec12b
...
...
@@ -354,10 +354,10 @@ namespace spot
case
acc_cond
::
acc_op
::
InfNeg
:
case
acc_cond
::
acc_op
::
FinNeg
:
SPOT_UNREACHABLE
();
return
{};
return
std
::
set
<
acc_cond
::
acc_code
>
{};
}
SPOT_UNREACHABLE
();
return
{};
return
std
::
set
<
acc_cond
::
acc_code
>
{};
}
}
...
...
Write
Preview
Supports
Markdown
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