Skip to content

Commit d2aec8f

Browse files
committed
fix merge mishap
1 parent f0eb8c8 commit d2aec8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/yorel/yomm2/detail/compiler.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ struct compiler : detail::generic_compiler {
235235
using policy_type = Policy;
236236
using type_index_type = decltype(Policy::type_index(0));
237237

238-
typename aggregate_reports<
239-
types<update_report>, typename Policy::facets>::type report;
238+
typename detail::aggregate_reports<
239+
detail::types<update_report>, typename Policy::facets>::type report;
240240

241241
std::unordered_map<type_index_type, class_*> class_map;
242242

0 commit comments

Comments
 (0)