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.
2 parents d8187b0 + 731a879 commit 718544cCopy full SHA for 718544c
include/yorel/yomm2/detail/compiler.hpp
@@ -31,16 +31,6 @@ namespace detail {
31
32
struct update_report : update_method_report {};
33
34
-template<class Facet, typename>
35
-struct has_report_aux : std::false_type {};
36
-
37
-template<class Facet>
38
-struct has_report_aux<Facet, std::void_t<typename Facet::report>>
39
- : std::true_type {};
40
41
42
-constexpr bool has_report = has_report_aux<Facet, void>::value;
43
44
template<class Reports, class Facets, typename = void>
45
struct aggregate_reports;
46
0 commit comments