This website requires JavaScript.
Explore
Help
Sign In
boost
/
filesystem
Watch
2
Star
0
Fork
0
You've already forked filesystem
mirror of
https://github.com/boostorg/filesystem.git
synced
2026-02-22 15:22:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
cbefb2b9f0eb34778964a86a8df7935485cbd93f
filesystem
/
include
/
boost
/
filesystem
History
Beman
5004d7b177
Fix
#12578
- Bug in directory_iterator, recursive_directory_iterator, equality testing of copied iterator also at end.
2016-11-23 09:21:32 -05:00
..
detail
V2 tests added. All tests passing on at least one compiler, none passing on all compilers
2010-06-10 20:02:39 +00:00
config.hpp
Fix pull request 17, 'some_function() noexcept = default;' from Antony Polukhin, by never relying on "= default". Antony's pull request would have fixed the problem interaction with noexcept by eliminating the noexcept. I preferred to retain the noexcept rather than the "= default", as applying "= default" has been exceedingly troublesome for both VC++ and GCC due to interactions between the two C++11 features. GCC interactions varied not just for the version, but also for the platform.
2015-10-08 07:19:55 -04:00
convenience.hpp
Filesystem - Delete v3 directories no longer needed. Cleanup links, namespaces, and other residue from dual v2/v3 support.
2012-03-26 12:44:24 +00:00
exception.hpp
Filesystem - Move V3 files and directories into place
2012-03-26 12:31:06 +00:00
fstream.hpp
Filesystem - Delete v3 directories no longer needed. Cleanup links, namespaces, and other residue from dual v2/v3 support.
2012-03-26 12:44:24 +00:00
operations.hpp
Fix
#12578
- Bug in directory_iterator, recursive_directory_iterator, equality testing of copied iterator also at end.
2016-11-23 09:21:32 -05:00
path_traits.hpp
Clear warnings, including new warnings from VC++ 2015 preview.
2015-01-05 10:34:24 -05:00
path.hpp
Add deprecated path::generic()
2016-11-22 16:51:45 -05:00
string_file.hpp
String file feature cleanup: Add string_file.hpp to filesystem.hpp. Change string_file.hpp to use boost/filesystem/fstream.hpp for I/O. Add string_file_tests function to operations_unit_test.cpp.
2015-10-07 10:11:18 -04:00