HomePhabricator

autofile: Disallow by-value copies of CAutoFile
6eb67b0ed2b3Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

autofile: Disallow by-value copies of CAutoFile

One might assume that CAutoFile would be ref-counted so that a copied object
would delay closing the underlying file until all copies have gone out of
scope. Since that's not the case with CAutoFile, explicitly disable copying.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Sep 25 2014, 23:25
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGeee030f6bc62: autofile: don't copy CAutoFile by value
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rSTAGING6eb67b0ed2b3: autofile: Disallow by-value copies of CAutoFile (authored by Cory Fields <cory-nospam-@coryfields.com>).Sep 26 2014, 17:27