Skip to content

Commit 44858fc

Browse files
add copy constructeur
1 parent 831b853 commit 44858fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/geode/stochastic/spatial/object_set.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ namespace geode
3535
ObjectSet() noexcept = default;
3636
ObjectSet( ObjectSet&& ) noexcept = default;
3737
ObjectSet& operator=( ObjectSet&& ) noexcept = default;
38+
ObjectSet( const ObjectSet& ) noexcept = default;
39+
ObjectSet& operator=( const ObjectSet& ) noexcept = default;
3840

3941
const Type& get_object( index_t index ) const;
4042

0 commit comments

Comments
 (0)