
On 2/16/2011 2:48 PM, Frédéric Bron wrote:
That is fine. Tell me whenever you have updated the sandbox and I will get the latest changes, run the tests again, and upload the results to the same folder in the vault. I am glad to help as I intend to use your type traits operators for another library on which I am working.
I have added some more testing of cv-qualifiers and references and discovered some new bugs which I have corrected. I have added the #pragma to remove the warnings.
Could run again the tests: - vault unix newlines: http://www.boostpro.com/vault/index.php?action=downloadfile&filename=type_traits.tar.bz2&directory=Extension& - vault dos newlines: http://www.boostpro.com/vault/index.php?action=downloadfile&filename=type_traits-dos.tar.bz2&directory=Extension& - sandbox: http://svn.boost.org/svn/boost/sandbox/type_traits/
I think the code is pretty ready for review now. I must work a bit more on the documentation.
I obtained your latest code from the sandbox and VC++ 8,9, and 10 all pass with no warnings at all ! Congrats !