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 172f01b commit 3cd0975Copy full SHA for 3cd0975
1 file changed
include/osmium/index/id_set.hpp
@@ -383,6 +383,14 @@ namespace osmium {
383
384
public:
385
386
+ IdSetSmall() = default;
387
+
388
+ IdSetSmall(const IdSetSmall&) = default;
389
+ IdSetSmall& operator=(const IdSetSmall&) = default;
390
391
+ IdSetSmall(IdSetSmall&&) noexcept = default;
392
+ IdSetSmall& operator=(IdSetSmall&&) noexcept = default;
393
394
~IdSetSmall() noexcept override = default;
395
396
/**
0 commit comments