Commit f41b5b90 authored by Shariar Azad Riday's avatar Shariar Azad Riday

Integrate review feedback

parent a9e0780f
...@@ -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;
......
...@@ -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;
......
...@@ -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 `_`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment