Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

google/filesystem-proposal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filesystem-proposal-mods
========================

Boost Filesystem Library with modifications for the C++ standards committee proposal

To experiment (Windows):

  Export boost subversion repo, say to trunk-ex
  pushd trunk-ex
  delete boost/filesystem.hpp, boost/filesystem, libs/filesystem
  git clone git://github.com/Beman/filesystem-proposal.git libs/filesystem
  pushd boost
  mklink filesystem.hpp ..\libs\filesystem\include\boost\filesystem.hpp
  mklink cxx11_char_types.hpp ..\libs\filesystem\include\boost\cxx11_char_types.hpp
  mklink /d filesystem ..\libs\filesystem\include\boost\filesystem
  popd
  popd
  bootstrap
  b2
  

About

Boost Filesystem Library with modifications for the C++ standards committee proposal

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published