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
f41b5b90
Commit
f41b5b90
authored
Aug 11, 2023
by
Shariar Azad Riday
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Integrate review feedback
parent
a9e0780f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
libcaf_core/caf/detail/type_traits.hpp
libcaf_core/caf/detail/type_traits.hpp
+1
-1
libcaf_core/caf/node_id.cpp
libcaf_core/caf/node_id.cpp
+0
-1
libcaf_test/caf/test/dsl.hpp
libcaf_test/caf/test/dsl.hpp
+0
-1
No files found.
libcaf_core/caf/detail/type_traits.hpp
View file @
f41b5b90
...
@@ -864,7 +864,7 @@ template <class T>
...
@@ -864,7 +864,7 @@ template <class T>
struct
is_stl_tuple_type
{
struct
is_stl_tuple_type
{
template
<
class
U
>
template
<
class
U
>
static
auto
sfinae
(
U
*
)
static
auto
sfinae
(
U
*
)
->
decltype
(
std
::
integral_constant
<
bool
,
std
::
tuple_size
<
U
>::
value
>
{});
->
decltype
(
std
::
integral_constant
<
bool
,
std
::
tuple_size
<
U
>::
value
>=
0
>
{});
template
<
class
U
>
template
<
class
U
>
static
auto
sfinae
(...)
->
std
::
false_type
;
static
auto
sfinae
(...)
->
std
::
false_type
;
...
...
libcaf_core/caf/node_id.cpp
View file @
f41b5b90
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
#include <string_view>
#include <string_view>
#include <tuple>
#include <tuple>
namespace
{
namespace
{
std
::
atomic
<
uint8_t
>
system_id
;
std
::
atomic
<
uint8_t
>
system_id
;
...
...
libcaf_test/caf/test/dsl.hpp
View file @
f41b5b90
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
#include <tuple>
#include <tuple>
#include <type_traits>
#include <type_traits>
CAF_PUSH_WARNINGS
CAF_PUSH_WARNINGS
/// The type of `_`.
/// The type of `_`.
...
...
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