>Eric Lemings wrote: > >Should we define _RWSTD_STATIC_ASSERT as a no-op if _RWSTDDEBUG is >defined?
I don't think so. I expect to use static assertions in the traits classes to ensure that the user is instantiating the trait templates on valid types. If this is compiled out then I have to add a bunch of error checking templates. > >Brad. > >
