core/telemetry_session: Explicitly delete copy and move constructors
NonCopyable is misleading here. It also makes the class non-moveable as well, so we can be explicit about this.
Loading
Please register or sign in to comment
NonCopyable is misleading here. It also makes the class non-moveable as well, so we can be explicit about this.