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
5d25fbf1
Commit
5d25fbf1
authored
Aug 02, 2020
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix formatting
parent
c14fd221
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
libcaf_core/test/load_inspector.cpp
libcaf_core/test/load_inspector.cpp
+1
-2
libcaf_core/test/nasty.hpp
libcaf_core/test/nasty.hpp
+0
-1
libcaf_core/test/save_inspector.cpp
libcaf_core/test/save_inspector.cpp
+0
-1
No files found.
libcaf_core/test/load_inspector.cpp
View file @
5d25fbf1
...
@@ -262,7 +262,7 @@ struct testee : load_inspector {
...
@@ -262,7 +262,7 @@ struct testee : load_inspector {
return
ok
;
return
ok
;
}
}
bool
value
(
std
::
string
&
x
)
{
bool
value
(
std
::
string
&
x
)
{
new_line
();
new_line
();
log
+=
"std::string value"
;
log
+=
"std::string value"
;
x
.
clear
();
x
.
clear
();
...
@@ -272,7 +272,6 @@ struct testee : load_inspector {
...
@@ -272,7 +272,6 @@ struct testee : load_inspector {
struct
fixture
{
struct
fixture
{
testee
f
;
testee
f
;
};
};
}
// namespace
}
// namespace
...
...
libcaf_core/test/nasty.hpp
View file @
5d25fbf1
...
@@ -66,7 +66,6 @@ public: \
...
@@ -66,7 +66,6 @@ public: \
name##_ = std::move(value); \
name##_ = std::move(value); \
}
}
// A mean data type designed for maximum coverage of the inspect API.
// A mean data type designed for maximum coverage of the inspect API.
class
nasty
{
class
nasty
{
public:
public:
...
...
libcaf_core/test/save_inspector.cpp
View file @
5d25fbf1
...
@@ -244,7 +244,6 @@ struct testee : save_inspector {
...
@@ -244,7 +244,6 @@ struct testee : save_inspector {
struct
fixture
{
struct
fixture
{
testee
f
;
testee
f
;
};
};
}
// namespace
}
// namespace
...
...
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