Boost.OpenMethod

    • Introduction
    • Open-Methods 101
    • Performance
    • Smart Pointers
    • Headers
    • Namespaces
    • Friendship
    • Multiple Dispatch
    • Advanced Features
      • Core API
      • Registries and Policies
      • Custom RTTI
      • Error Handling
      • Virtual Pointer Alternatives
      • Shared Libraries
    • Reference
      • Headers
      • Macros
      • Namespace boost::openmethod
arrow_upward

BOOST_OPENMETHOD_ENABLE_RUNTIME_CHECKS

Enables runtime checks in default_registry.

Synopsis

May be defined by a program before including <boost/openmethod/default_registry.hpp> to enable runtime checks.

Description

See default_registry for details.

Edit this Page