Skip to content

Commit 731a879

Browse files
committed
remove unused: has_report
1 parent 54abe51 commit 731a879

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
@@ -32,16 +32,6 @@ namespace detail {
3232

3333
struct update_report : update_method_report {};
3434

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

0 commit comments

Comments
 (0)