Hi all!
 
  I've noticed that MSVC++ 2010 has implemented static_assert (compile time checks); and probably
as a result, the code that used to build fine in MSVC++ 2008 is now generating the following error.
 

code: 

 

BOOST_STATIC_ASSERT

(N==1)
error C2338: (N==1)
 

Appreciate if anyone who has resolved this error can share their experiences..

 
Thanks,
--Thomas.