diff --git a/finalize/accumulation.cpp b/finalize/accumulation.cpp index c0b4fd3..4e263b6 100644 --- a/finalize/accumulation.cpp +++ b/finalize/accumulation.cpp @@ -11,6 +11,9 @@ static std::size_t next_global_target_uid = 0; std::unordered_map targets; std::unordered_map units; +// NOTE -> Field comparison for this matter can literally just compare field attributes +// Two different types with exactly same field structure will not cause problems if simply randomized together + static bool global_target_field_cmp(const TARGET& a, const TARGET& b) { // TODO return true;