happly icon indicating copy to clipboard operation
happly copied to clipboard

Make lack of implict copy very clear. Add .copy() function.

Open nmwsharp opened this issue 6 years ago • 3 comments

Right now the main PlyData class cannot be implicitly copied. This is probably the right behavior; doing so is likely a mistake.

However, we can improve the situation in two ways

  • Explicitly delete the copy constructor, to make it clear that the behavior is intentional
  • Provide a .copy() function for the few situations where one really does want to explicitly copy

nmwsharp avatar Aug 12 '19 00:08 nmwsharp

I'm interested

GMudide avatar Jul 12 '23 07:07 GMudide

looks like no active contributors and maintainers ?

GMudide avatar Jul 15 '23 15:07 GMudide

pull request - https://github.com/nmwsharp/happly/pull/37

GMudide avatar Jul 19 '23 03:07 GMudide