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
47a66a34
Commit
47a66a34
authored
Apr 18, 2020
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra semicolons
parent
1c0b810e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libcaf_core/test/core-test.hpp
libcaf_core/test/core-test.hpp
+2
-2
No files found.
libcaf_core/test/core-test.hpp
View file @
47a66a34
...
@@ -254,7 +254,7 @@ CAF_BEGIN_TYPE_ID_BLOCK(core_test, caf::first_custom_type_id)
...
@@ -254,7 +254,7 @@ CAF_BEGIN_TYPE_ID_BLOCK(core_test, caf::first_custom_type_id)
ADD_TYPE_ID
((
int_actor
))
ADD_TYPE_ID
((
int_actor
))
ADD_TYPE_ID
((
level
))
ADD_TYPE_ID
((
level
))
ADD_TYPE_ID
((
my_request
))
ADD_TYPE_ID
((
my_request
))
ADD_TYPE_ID
((
raw_struct
))
;
ADD_TYPE_ID
((
raw_struct
))
ADD_TYPE_ID
((
s1
))
ADD_TYPE_ID
((
s1
))
ADD_TYPE_ID
((
s2
))
ADD_TYPE_ID
((
s2
))
ADD_TYPE_ID
((
s3
))
ADD_TYPE_ID
((
s3
))
...
@@ -263,7 +263,7 @@ CAF_BEGIN_TYPE_ID_BLOCK(core_test, caf::first_custom_type_id)
...
@@ -263,7 +263,7 @@ CAF_BEGIN_TYPE_ID_BLOCK(core_test, caf::first_custom_type_id)
ADD_TYPE_ID
((
std
::
pair
<
level
,
std
::
string
>
)
)
ADD_TYPE_ID
((
std
::
pair
<
level
,
std
::
string
>
)
)
ADD_TYPE_ID
((
std
::
tuple
<
int32_t
,
int32_t
,
int32_t
>
)
)
ADD_TYPE_ID
((
std
::
tuple
<
int32_t
,
int32_t
,
int32_t
>
)
)
ADD_TYPE_ID
((
std
::
tuple
<
std
::
string
,
int32_t
,
uint32_t
>
)
)
ADD_TYPE_ID
((
std
::
tuple
<
std
::
string
,
int32_t
,
uint32_t
>
)
)
ADD_TYPE_ID
((
std
::
vector
<
bool
>
)
)
;
ADD_TYPE_ID
((
std
::
vector
<
bool
>
)
)
ADD_TYPE_ID
((
std
::
vector
<
int32_t
>
)
)
ADD_TYPE_ID
((
std
::
vector
<
int32_t
>
)
)
ADD_TYPE_ID
((
std
::
vector
<
std
::
pair
<
level
,
std
::
string
>>
)
)
ADD_TYPE_ID
((
std
::
vector
<
std
::
pair
<
level
,
std
::
string
>>
)
)
ADD_TYPE_ID
((
std
::
vector
<
std
::
string
>
)
)
ADD_TYPE_ID
((
std
::
vector
<
std
::
string
>
)
)
...
...
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