Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
6a57d870
Commit
6a57d870
authored
Nov 01, 2019
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Integrate review feedback
parent
8ae37687
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
libcaf_core/test/mixin/requester.cpp
libcaf_core/test/mixin/requester.cpp
+0
-2
libcaf_test/caf/test/dsl.hpp
libcaf_test/caf/test/dsl.hpp
+5
-5
No files found.
libcaf_core/test/mixin/requester.cpp
View file @
6a57d870
...
@@ -22,8 +22,6 @@
...
@@ -22,8 +22,6 @@
#include "caf/test/dsl.hpp"
#include "caf/test/dsl.hpp"
#include <utility>
#include "caf/event_based_actor.hpp"
#include "caf/event_based_actor.hpp"
using
namespace
caf
;
using
namespace
caf
;
...
...
libcaf_test/caf/test/dsl.hpp
View file @
6a57d870
...
@@ -106,7 +106,7 @@ public:
...
@@ -106,7 +106,7 @@ public:
template
<
size_t
X
>
template
<
size_t
X
>
using
pos
=
std
::
integral_constant
<
size_t
,
X
>
;
using
pos
=
std
::
integral_constant
<
size_t
,
X
>
;
elementwise_compare_inspector
(
const
Tup
&
xs
)
:
xs_
(
xs
)
{
e
xplicit
e
lementwise_compare_inspector
(
const
Tup
&
xs
)
:
xs_
(
xs
)
{
// nop
// nop
}
}
...
@@ -294,7 +294,7 @@ bool received(caf_handle x) {
...
@@ -294,7 +294,7 @@ bool received(caf_handle x) {
template
<
class
...
Ts
>
template
<
class
...
Ts
>
class
expect_clause
{
class
expect_clause
{
public:
public:
expect_clause
(
caf
::
scheduler
::
test_coordinator
&
sched
)
exp
licit
exp
ect_clause
(
caf
::
scheduler
::
test_coordinator
&
sched
)
:
sched_
(
sched
),
dest_
(
nullptr
)
{
:
sched_
(
sched
),
dest_
(
nullptr
)
{
peek_
=
[
=
]
{
peek_
=
[
=
]
{
/// The extractor will call CAF_FAIL on a type mismatch, essentially
/// The extractor will call CAF_FAIL on a type mismatch, essentially
...
@@ -372,7 +372,7 @@ protected:
...
@@ -372,7 +372,7 @@ protected:
template
<
>
template
<
>
class
expect_clause
<
void
>
{
class
expect_clause
<
void
>
{
public:
public:
expect_clause
(
caf
::
scheduler
::
test_coordinator
&
sched
)
exp
licit
exp
ect_clause
(
caf
::
scheduler
::
test_coordinator
&
sched
)
:
sched_
(
sched
),
dest_
(
nullptr
)
{
:
sched_
(
sched
),
dest_
(
nullptr
)
{
// nop
// nop
}
}
...
@@ -431,7 +431,7 @@ protected:
...
@@ -431,7 +431,7 @@ protected:
template
<
class
...
Ts
>
template
<
class
...
Ts
>
class
inject_clause
{
class
inject_clause
{
public:
public:
inject_clause
(
caf
::
scheduler
::
test_coordinator
&
sched
)
explicit
inject_clause
(
caf
::
scheduler
::
test_coordinator
&
sched
)
:
sched_
(
sched
),
dest_
(
nullptr
)
{
:
sched_
(
sched
),
dest_
(
nullptr
)
{
// nop
// nop
}
}
...
@@ -496,7 +496,7 @@ protected:
...
@@ -496,7 +496,7 @@ protected:
template
<
class
...
Ts
>
template
<
class
...
Ts
>
class
allow_clause
{
class
allow_clause
{
public:
public:
allow_clause
(
caf
::
scheduler
::
test_coordinator
&
sched
)
explicit
allow_clause
(
caf
::
scheduler
::
test_coordinator
&
sched
)
:
sched_
(
sched
),
dest_
(
nullptr
)
{
:
sched_
(
sched
),
dest_
(
nullptr
)
{
peek_
=
[
=
]
{
peek_
=
[
=
]
{
if
(
dest_
!=
nullptr
)
if
(
dest_
!=
nullptr
)
...
...
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