Changes between Initial Version and Version 1 of Ticket #8930, comment 4
- Timestamp:
- May 29, 2014, 7:36:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8930, comment 4
initial v1 2 2 3 3 #include <boost/filesystem.hpp> 4 4 5 int main() { 5 6 boost::filesystem::path path("/tmp"); 7 6 8 return 0; 7 9 }