Skip to content

Commit

Permalink
Merge branch 'cleanup' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Sep 1, 2024
2 parents d8187b0 + 731a879 commit 718544c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/yorel/yomm2/detail/compiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ namespace detail {

struct update_report : update_method_report {};

template<class Facet, typename>
struct has_report_aux : std::false_type {};

template<class Facet>
struct has_report_aux<Facet, std::void_t<typename Facet::report>>
: std::true_type {};

template<class Facet>
constexpr bool has_report = has_report_aux<Facet, void>::value;

template<class Reports, class Facets, typename = void>
struct aggregate_reports;

Expand Down

0 comments on commit 718544c

Please sign in to comment.