Martin Sebor wrote: > >[EMAIL PROTECTED] wrote: >> Author: vitek >> Revision: 667365 >> Modified property: svn:log >> >> Modified: svn:log at Mon Jun 16 09:47:35 2008 >> >--------------------------------------------------------------- >--------------- >> --- svn:log (original) >> +++ svn:log Mon Jun 16 09:47:35 2008 >> @@ -2,13 +2,32 @@ >> >> STDCXX-916 >> * include/type_traits: New file defines C++0x type traits. >> - * include/rw/_config-gcc.h: Add macros for compiler support. >> - * include/rw/_config-msvc.h: Ditto. >> + * include/rw/_config-gcc.h [_RWSTD_TT_IS_ENUM, >_RWSTD_TT_IS_UNION, > > >Not to be an overly pedantic PITA but my reading of the GNU >coding standards is that the brackets are for conditionals, >not for lists of added or changed names, so the names here >should be in parentheses. Do you read it differently? >
You are correct. They should be in parens. Will update log. >Martin >