diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-07-26 22:36:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-07-28 19:44:42 +0300 |
commit | 6597c9b777b608a96974b4a7a8c15234b05ffdd8 (patch) | |
tree | 59f588c71ffdf7069e5c765a8ddf5f93610e7e4f /butl/filesystem | |
parent | 2ddc00326a9d6b647e7213212d0241a60be68256 (diff) |
Cleanup DLL export/import
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> |