-
- Downloads
Any proper RAII class must either handle copying or be noncopyable.
NamedTempFile makes no attempt to deal with copying, therefore make it noncopyable.
Please register or sign in to comment
NamedTempFile makes no attempt to deal with copying, therefore make it noncopyable.