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 to view this page for the latest version.
PrevUpHomeNext

Macro BOOST_UNITS_REQUIRE_LAYOUT_COMPATIBILITY

BOOST_UNITS_REQUIRE_LAYOUT_COMPATIBILITY

Synopsis

// In header: <boost/units/config.hpp>

BOOST_UNITS_REQUIRE_LAYOUT_COMPATIBILITY

Description

If defined will trigger a static assertion if quantity<Unit, T> is not layout compatible with T


PrevUpHomeNext