10 Jun
2014
10 Jun
'14
3:50 p.m.
Glen Fernandes wrote:
There are some warnings in the test with clang in c++03 mode, but they are only because the test uses offsetof() which I will change shortly.
I thought that the use of offsetof as a test was pretty clever, actually. Not sure what you're going to replace it with. The warnings are only because W2<T> has a private member, and it wouldn't hurt much if we just made that public on Clang in C++03 mode to make it happy.