GreateCode / filesystem-proposal

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 99.7%Language:Shell 0.1%Language:Batchfile 0.1%Language:HTML 0.1%