We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54abe51 commit 731a879Copy full SHA for 731a879
include/yorel/yomm2/detail/compiler.hpp
@@ -32,16 +32,6 @@ namespace detail {
32
33
struct update_report : update_method_report {};
34
35
-template<class Facet, typename>
36
-struct has_report_aux : std::false_type {};
37
-
38
-template<class Facet>
39
-struct has_report_aux<Facet, std::void_t<typename Facet::report>>
40
- : std::true_type {};
41
42
43
-constexpr bool has_report = has_report_aux<Facet, void>::value;
44
45
template<class Reports, class Facets, typename = void>
46
struct aggregate_reports;
47
0 commit comments