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 1676d38 commit f6e6b18Copy full SHA for f6e6b18
1 file changed
include/osmium/index/id_set.hpp
@@ -503,26 +503,6 @@ namespace osmium {
503
504
}; // class IdSetSmall
505
506
- /// @deprecated Use nwr_array helper class instead.
507
- template <template <typename> class IdSetType>
508
- class NWRIdSet {
509
-
510
- using id_set_type = IdSetType<osmium::unsigned_object_id_type>;
511
512
- std::array<id_set_type, 3> m_sets;
513
514
- public:
515
516
- id_set_type& operator()(osmium::item_type type) noexcept {
517
- return m_sets[osmium::item_type_to_nwr_index(type)];
518
- }
519
520
- const id_set_type& operator()(osmium::item_type type) const noexcept {
521
522
523
524
- }; // class NWRIdSet
525
526
} // namespace index
527
528
} // namespace osmium
0 commit comments