Skip to content
GitLab
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
489aac19
Commit
489aac19
authored
Mar 17, 2017
by
Etienne Renault
Browse files
bricks: please gcc error=noexcept option
* bricks/brick-shmem: here.
parent
7783fcdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
bricks/brick-shmem
View file @
489aac19
...
...
@@ -91,7 +91,7 @@ struct Thread : T
virtual
void
start
()
noexcept
{
_thread
.
reset
(
new
std
::
thread
(
[
this
]()
{
this
->
main
();
}
)
);
_thread
.
reset
(
new
std
::
thread
(
[
this
]()
noexcept
{
this
->
main
();
}
)
);
}
virtual
void
stop
()
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment