Skip to content

Commit 001457b

Browse files
committed
Remove the explicit default assignment operator - if this is
specified, so should the copy constructor and move operators, as per rule of five. Signed-off-by: jlait <jlait@andorra.sidefx.com>
1 parent 43ecdc2 commit 001457b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nanovdb/nanovdb/util/GridStats.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class Extrema<ValueT, 0>
7474
, mMax(b)
7575
{
7676
}
77-
Extrema& operator=(const Extrema&) = default;
7877
Extrema& min(const ValueT& v)
7978
{
8079
if (v < mMin) {

0 commit comments

Comments
 (0)