summaryrefslogtreecommitdiff
path: root/boost/bimap/detail/debug/static_error.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/bimap/detail/debug/static_error.hpp')
-rw-r--r--boost/bimap/detail/debug/static_error.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/bimap/detail/debug/static_error.hpp b/boost/bimap/detail/debug/static_error.hpp
index cbb1cadb8d..4e5cb26371 100644
--- a/boost/bimap/detail/debug/static_error.hpp
+++ b/boost/bimap/detail/debug/static_error.hpp
@@ -25,7 +25,6 @@
// a static error.
/*===========================================================================*/
#define BOOST_BIMAP_STATIC_ERROR(MESSAGE,VARIABLES) \
- struct BOOST_PP_CAT(BIMAP_STATIC_ERROR__,MESSAGE) {}; \
BOOST_MPL_ASSERT_MSG(false, \
BOOST_PP_CAT(BIMAP_STATIC_ERROR__,MESSAGE), \
VARIABLES)