Remove static_assert workaround

This commit is contained in:
Peter Dimov
2024-01-17 04:12:13 +02:00
parent f132dca4a9
commit 1a0b9a46a8

View File

@@ -51,12 +51,8 @@ public:
// here when Id != 0, but this should never happen now because this code
// path is no longer used
#if !defined(BOOST_NO_CXX11_STATIC_ASSERT)
static_assert( Id == 0, "This constructor should only be called with Id == 0 under MS STL 14.0+" );
#endif
#endif
}