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.
PrevUpHomeNext

Macro BOOST_PROGRAM_OPTIONS_VERSION

BOOST_PROGRAM_OPTIONS_VERSION

Synopsis

// In header: <boost/program_options/version.hpp>

BOOST_PROGRAM_OPTIONS_VERSION

Description

The version of the source interface. The value will be incremented whenever a change is made which might cause compilation errors for existing code.


PrevUpHomeNext