cplusplus / filesystem-ts

Library Enhancements Working Group
57 stars 15 forks source link

copy(...) mis-specifies how to call "create_directory(...)" #21

Open EricWF opened 8 years ago

EricWF commented 8 years ago

Under the spec for "copy(...)" p25 says:

If !exists(t), then create_directory(to, from).

This should say "create_directory(to)".