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.
1 parent f0eb8c8 commit d2aec8fCopy full SHA for d2aec8f
include/yorel/yomm2/detail/compiler.hpp
@@ -235,8 +235,8 @@ struct compiler : detail::generic_compiler {
235
using policy_type = Policy;
236
using type_index_type = decltype(Policy::type_index(0));
237
238
- typename aggregate_reports<
239
- types<update_report>, typename Policy::facets>::type report;
+ typename detail::aggregate_reports<
+ detail::types<update_report>, typename Policy::facets>::type report;
240
241
std::unordered_map<type_index_type, class_*> class_map;
242
0 commit comments