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
b10ee098
Commit
b10ee098
authored
Oct 20, 2021
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/clang-7'
parents
ebd380e1
d1a2d4b5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
libcaf_core/caf/inspector_access.hpp
libcaf_core/caf/inspector_access.hpp
+0
-4
libcaf_core/test/load_inspector.cpp
libcaf_core/test/load_inspector.cpp
+0
-4
libcaf_core/test/save_inspector.cpp
libcaf_core/test/save_inspector.cpp
+0
-4
No files found.
libcaf_core/caf/inspector_access.hpp
View file @
b10ee098
...
@@ -428,8 +428,6 @@ struct inspector_access<std::unique_ptr<error::data>>
...
@@ -428,8 +428,6 @@ struct inspector_access<std::unique_ptr<error::data>>
// -- inspection support for std::byte -----------------------------------------
// -- inspection support for std::byte -----------------------------------------
#ifdef __cpp_lib_byte
template
<
>
template
<
>
struct
inspector_access
<
std
::
byte
>
:
inspector_access_base
<
std
::
byte
>
{
struct
inspector_access
<
std
::
byte
>
:
inspector_access_base
<
std
::
byte
>
{
template
<
class
Inspector
>
template
<
class
Inspector
>
...
@@ -441,8 +439,6 @@ struct inspector_access<std::byte> : inspector_access_base<std::byte> {
...
@@ -441,8 +439,6 @@ struct inspector_access<std::byte> : inspector_access_base<std::byte> {
}
}
};
};
#endif
// -- inspection support for variant<Ts...> ------------------------------------
// -- inspection support for variant<Ts...> ------------------------------------
template
<
class
T
>
template
<
class
T
>
...
...
libcaf_core/test/load_inspector.cpp
View file @
b10ee098
...
@@ -746,8 +746,6 @@ end object)_";
...
@@ -746,8 +746,6 @@ end object)_";
}
}
}
}
#ifdef __cpp_lib_byte
SCENARIO
(
"load inspectors support std::byte"
)
{
SCENARIO
(
"load inspectors support std::byte"
)
{
GIVEN
(
"a struct with std::byte"
)
{
GIVEN
(
"a struct with std::byte"
)
{
struct
byte_test
{
struct
byte_test
{
...
@@ -773,6 +771,4 @@ end object)_";
...
@@ -773,6 +771,4 @@ end object)_";
}
}
}
}
#endif
CAF_TEST_FIXTURE_SCOPE_END
()
CAF_TEST_FIXTURE_SCOPE_END
()
libcaf_core/test/save_inspector.cpp
View file @
b10ee098
...
@@ -783,8 +783,6 @@ end object)_");
...
@@ -783,8 +783,6 @@ end object)_");
}
}
}
}
#ifdef __cpp_lib_byte
SCENARIO
(
"save inspectors support std::byte"
)
{
SCENARIO
(
"save inspectors support std::byte"
)
{
GIVEN
(
"a struct with std::byte"
)
{
GIVEN
(
"a struct with std::byte"
)
{
struct
byte_test
{
struct
byte_test
{
...
@@ -811,6 +809,4 @@ end object)_";
...
@@ -811,6 +809,4 @@ end object)_";
}
}
}
}
#endif
CAF_TEST_FIXTURE_SCOPE_END
()
CAF_TEST_FIXTURE_SCOPE_END
()
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