Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixed clang `[-Wdelete-non-abstract-non-virtual-dtor]` warning: delete called on non-final 'ManifestParser' that has virtual functions but non-virtual destructor. for `subparser_.reset(new ManifestParser(state_, file_reader_, options_));`.
- Loading branch information