Author: elemings
Date: Wed Jun 25 10:47:33 2008
New Revision: 671612

URL: http://svn.apache.org/viewvc?rev=671612&view=rev
Log:
2008-06-25  Eric Lemings <[EMAIL PROTECTED]>

        STDCXX-958
        * include/rw/_meta_help.h (_RWSTD_BOOL_CONST): Add convenience
        macro for boolean constants.


Modified:
    stdcxx/branches/4.3.x/include/rw/_meta_help.h

Modified: stdcxx/branches/4.3.x/include/rw/_meta_help.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_help.h?rev=671612&r1=671611&r2=671612&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_help.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_help.h Wed Jun 25 10:47:33 2008
@@ -77,6 +77,10 @@
  */
 typedef __rw_integral_constant<bool, false> __rw_false_type;
 
+// convenience macros
+
+#define _RWSTD_BOOL_CONST(B) _RW::__rw_integral_constant<bool, B>
+
 } // namespace __rw
 
 


Reply via email to