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.
BoostBook element requirement
c++boost.gif (8819 bytes)HomeLibrariesPeopleFAQMore

BoostBook element requirement

requirement — A requirement/property in the Jamfile for a testcase

Synopsis

requirement ::= (#PCDATA)

Description

A requirement is part of the dependencies of a target in a Jamfile. The name attribute of a requirement element gives the name of the Boost.Build feature and the content of the requirement gives the value of that feature. A requirement such as <includes>foo.hpp would be encoded as <requirement name="includes">foo.hpp</requirement>.

Attributes

NameTypeValuePurpose
name#REQUIREDCDATAThe name of the element being declared to referenced
Last revised: , at GMTCopyright © 2003 Douglas Gregor