summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/geo')
-rw-r--r--src/mongo/db/geo/geometry_container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/geo/geometry_container.h b/src/mongo/db/geo/geometry_container.h
index 0176eb04b18..971b55462ab 100644
--- a/src/mongo/db/geo/geometry_container.h
+++ b/src/mongo/db/geo/geometry_container.h
@@ -31,14 +31,14 @@
#include <string>
-#include "mongo/base/disallow_copying.h"
#include "mongo/db/geo/shapes.h"
#include "third_party/s2/s2regionunion.h"
namespace mongo {
class GeometryContainer {
- MONGO_DISALLOW_COPYING(GeometryContainer);
+ GeometryContainer(const GeometryContainer&) = delete;
+ GeometryContainer& operator=(const GeometryContainer&) = delete;
public:
/**