switchbrew / switch-examples

Switch examples for devkitA64 and libnx.
https://devkitpro.org/viewforum.php?f=42
559 stars 99 forks source link

Delete various copy constructors and assignment operators #102

Closed TurtleP closed 1 year ago

TurtleP commented 1 year ago

DIscussed with @fincs, some of the classes that are used inside of the deko3d sample application framework should have their copy constructors deleted. This prevents lifetime issues with the objects which can lead to bad things™ (I would know).