Skip to content

Commit 338bcbb

Browse files
committed
remove outdated todo
1 parent 435d1ce commit 338bcbb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/dice/template-library/polymorphic_allocator.hpp

-3
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,6 @@ namespace dice::template_library {
661661
}
662662
}
663663

664-
// TODO: for some reason variant requires less things to be noexcept https://en.cppreference.com/w/cpp/utility/variant/operator%3D
665-
// TODO: how are they doing it?
666-
// TODO: same for other operators
667664
friend constexpr void swap(polymorphic_allocator &lhs, polymorphic_allocator &rhs) noexcept(std::is_nothrow_swappable_v<Allocator1<T>>
668665
&& std::is_nothrow_destructible_v<Allocator1<T>>
669666
&& std::is_nothrow_move_constructible_v<Allocator1<T>>

0 commit comments

Comments
 (0)