Fixed buggy comments.

[SVN r11408]
This commit is contained in:
John Maddock
2001-10-19 11:58:53 +00:00
parent ebc4ba8796
commit 4ca0738b27

View File

@@ -14,14 +14,14 @@
# if (__SUNPRO_CC <= 0x520)
//
// Sunpro 5.3 and later:
// Sunpro 5.2 and earler:
//
// although sunpro 5.3 supports the syntax for
// although sunpro 5.2 supports the syntax for
// inline initialization it often gets the value
// wrong, especially where the value is computed
// from other constants (J Maddock 6th May 2001)
# define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
// although sunpro 5.3 supports the syntax for
// although sunpro 5.2 supports the syntax for
// partial specialization, it often seems to
// bind to the wrong specialization. Better
// to disable it until suppport becomes more stable
@@ -52,3 +52,4 @@