Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
las3_pub
/
predictable_parallel_patterns
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ef19ea1b
authored
Sep 16, 2019
by
FritzFlorian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: App used old threading interface.
parent
4a9ca21d
Pipeline
#1317
passed with stages
in 4 minutes 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
app/test_for_new/main.cpp
+1
-1
No files found.
app/test_for_new/main.cpp
View file @
ef19ea1b
...
...
@@ -7,6 +7,6 @@ int global = 0;
int
main
()
{
// Try to use every feature, to trigger the prohibited use of new if found somewhere
auto
t1
=
start_thread
([]()
{})
;
thread
t1
{[]()
{}}
;
t1
.
join
();
}
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