commit | 2ea9a596dbcb525cc23ce9b6c7389e8f88fe5b26 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Apr 08 14:36:22 2022 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Fri Apr 08 14:36:22 2022 -0500 |
tree | 5030ae4116c1ac1a8ca6e03fd023cef723a40ba5 | |
parent | e6fc210a455dbbd2ae1d696c4196e73868d7bb2a [diff] |
Use regular std::filesystem Now that std::filesystem is available there's no need to use std::experimental::filesystem. Note the '/' operator does behave differently when the RHS is an absolute path (starts with /), but none of the uses here make use of an absolute path. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ice5ed7e85f6bf9c8355a66b5b00fe8550899a258