diff options
Diffstat (limited to 'butl/filesystem')
-rw-r--r-- | butl/filesystem | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/butl/filesystem b/butl/filesystem index 2c4f3a4..566f398 100644 --- a/butl/filesystem +++ b/butl/filesystem @@ -355,8 +355,8 @@ namespace butl // for (...: i) ... // ++i; // Invalid. // - inline dir_iterator begin (dir_iterator& i) {return std::move (i);} - inline dir_iterator end (const dir_iterator&) {return dir_iterator ();} + inline dir_iterator begin (dir_iterator&); + inline dir_iterator end (const dir_iterator&); } #include <butl/filesystem.ixx> |