Ticket #8743: bimap-warning.patch

File bimap-warning.patch, 725 bytes (added by Nathan Ridge, 9 years ago)

patch that fixes the warning

  • boost/bimap/detail/debug/static_error.hpp

     
    2525// a static error.
    2626/*===========================================================================*/
    2727#define BOOST_BIMAP_STATIC_ERROR(MESSAGE,VARIABLES)                           \
    28         struct BOOST_PP_CAT(BIMAP_STATIC_ERROR__,MESSAGE) {};                 \
    2928        BOOST_MPL_ASSERT_MSG(false,                                           \
    3029                             BOOST_PP_CAT(BIMAP_STATIC_ERROR__,MESSAGE),      \
    3130                             VARIABLES)