Skip to content

Commit

Permalink
fix: delete copy constructor for FromJsonObjectSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Nov 10, 2023
1 parent 9d874a0 commit 5b61ba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions awkward-cpp/include/awkward/io/json.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ namespace awkward {
int64_t initial,
double resize);

// Delete copy constructor
FromJsonObjectSchema(const FromJsonObjectSchema&) = delete;

/// @brief HERE
inline int64_t current_stack_depth() const noexcept {
return current_stack_depth_;
Expand Down

0 comments on commit 5b61ba0

Please sign in to comment.