Skip to main content
tags
Link
Gregory Pakosz
  • 70.5k
  • 20
  • 143
  • 167
Source Link
Konstantin
  • 6.2k
  • 10
  • 42
  • 48

BOOST_STATIC_ASSERT without boost

Since boost is forbidden in a company I work for I need to implement its functionality in pure C++. I've looked into boost sources but they seem to be too complex to understand, at least for me. I know there is something called static_assert() in the C++0x standart, but I'd like not to use any C++0x features.