Skip to content

Commit

Permalink
Remove static_assert workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 17, 2024
1 parent f132dca commit 1a0b9a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/boost/system/detail/std_category.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,8 @@ class BOOST_SYMBOL_VISIBLE std_category: public std::error_category
// 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
}

Expand Down

0 comments on commit 1a0b9a4

Please sign in to comment.