Skip to content

Commit 718544c

Browse files
committed
Merge branch 'cleanup' into v2
2 parents d8187b0 + 731a879 commit 718544c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

include/yorel/yomm2/detail/compiler.hpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ namespace detail {
3131

3232
struct update_report : update_method_report {};
3333

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-
template<class Facet>
42-
constexpr bool has_report = has_report_aux<Facet, void>::value;
43-
4434
template<class Reports, class Facets, typename = void>
4535
struct aggregate_reports;
4636

0 commit comments

Comments
 (0)