Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.

libs/filesystem/doc/src/build.bat

@echo off
rem Copyright Beman Dawes 2012
rem Distributed under the Boost Software License, Version 1.0.
del tr2.html 2>nul
echo building tr2.html
mmp TARGET=TR2 source.html tr2.html
del reference.html 2>nul
echo building reference.html
mmp TARGET=BOOST source.html reference.html
echo run "hoist" to hoist reference.html to doc directory