fix(ExplicitVariability): change many Flat_hash_map container into Bt…#1254
fix(ExplicitVariability): change many Flat_hash_map container into Bt…#1254
Conversation
…ree_map to prevent variability in the results
Cpp-Linter Report
|
include/geode/basic/mapping.hpp
Outdated
| using Storage = typename StorageType< T >::Type; | ||
|
|
||
| void reserve( index_t capacity ) | ||
| void reserve( index_t /* capacity */ ) |
There was a problem hiding this comment.
Add [[deprecated]] before the function. Add remove calls of this method in all the codes
include/geode/basic/mapping.hpp
Outdated
| } | ||
| auto& out_map = this->out2in_mapping().at( out ); | ||
| const auto itr2 = absl::c_find( out_map, in ); | ||
| DEBUG( itr2 == out_map.end() ); |
| { | ||
| return type_.get() < other.type_.get(); | ||
| } | ||
| return id_.string() < other.id_.string(); |
…ree_map to prevent variability in the results
…ree_map to prevent variability in the results