[EMAIL PROTECTED] wrote:
Author: vitek
Date: Fri Jun 13 00:34:29 2008
New Revision: 667396
URL: http://svn.apache.org/viewvc?rev=667396&view=rev
Log:
2008-06-13 Travis Vitek <[EMAIL PROTECTED]>
=====|=========|=========|=========|=========|=========|=========|
What's up with the ruler up here? ;-)
* include/type_traits: integral_constant no longer inherits from
__rw_integral_constant.
* include/rw/_config-gcc.h: Disable __is_convertible on gcc as it
doesn't seem to exist.
* include/rw/_meta_cat.h: Expose helper macros.
* include/rw/_meta_rel.h: Ditto. Enable is_convertible fallback.
* include/_rw/_meta_prop.h: Use explicit specialization to identify
signed and unsigned types to avoid warnings on gnu. Use fallback
for __rw_is_standard_layout. Use _RWSTD_SIZE_T instead of size_t.
* tests/utilities/20.meta.unary.prop.cpp: Use _RWSTD_SIZE_T instead
of size_t. Add a few tests, fix several others.
(test_make_unsigned): Fix search-n-replace error.