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 0ed10fc commit 5147e7aCopy full SHA for 5147e7a
cp-algo/util/big_alloc.hpp
@@ -20,6 +20,8 @@ namespace cp_algo {
20
public:
21
using value_type = T;
22
template <class U> struct rebind { using other = big_alloc<U, Align>; };
23
+ constexpr bool operator==(const big_alloc&) const = default;
24
+ constexpr bool operator!=(const big_alloc&) const = default;
25
26
big_alloc() noexcept = default;
27
template <typename U, std::size_t A>
0 commit comments