You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by an...@apache.org on 2006/05/29 17:20:20 UTC

svn commit: r410105 - /incubator/stdcxx/trunk/tests/include/21.strings.h

Author: antonp
Date: Mon May 29 08:20:20 2006
New Revision: 410105

URL: http://svn.apache.org/viewvc?rev=410105&view=rev
Log:
2006-05-29  Anton Pevtsov  <an...@moscow.vdiweb.com>

	* 21.strings.h (bit_member): Silenced MSVC bogus warning.

Modified:
    incubator/stdcxx/trunk/tests/include/21.strings.h

Modified: incubator/stdcxx/trunk/tests/include/21.strings.h
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/include/21.strings.h?rev=410105&r1=410104&r2=410105&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/include/21.strings.h (original)
+++ incubator/stdcxx/trunk/tests/include/21.strings.h Mon May 29 08:20:20 2006
@@ -108,7 +108,7 @@
 
     enum {
         // bit designating a member function
-        bit_member = 1 << fid_bits + 6 * arg_bits
+        bit_member = 1 << (fid_bits + 6 * arg_bits)
     };
 
 // FCAT() concatenates prefix, underscrore, and suffix