How do I test?:Used source of boost 1.57.0 and added:suggested checkout of boost variant with symbolic link from libs/variant/include/boost/variant* to boost/variant*checkout of boost geometry develop (feature) branch with symbolic link from libs/geometry/include/boost/geometry* to boost/geometry*NOTE: Renamed both original variant* and geometry* files and dirs and added checkouts
git clone --recursive git@github.com:boostorg/boost.git modular-boost cd modular-boost .\bootstrap .\b2 headersSo cloned Boost with --recursive flag and run b2 headers. Then run the tests, e.g.: