Necessary Maintenance #25578
Make TFileDirectory::mkdir() const?
Status:
Accepted
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/02/2021
Due date:
% Done:
0%
Estimated time:
Scope:
Internal
Experiment:
-
SSI Package:
Description
It appears that art::TFileDirectory::make()
and art::TFileDirectory::makeAndRegister()
are marked const
, while art::TFileDirectory::mkdir()
is not.
I daresay the latter might be as const
as the former two...
History
#1 Updated by Kyle Knoepfel about 2 months ago
- Status changed from New to Accepted
We will investigate.