From a6d02dacf3a46b3af1f336aafc32189721f5f8ce Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 21 Jan 2009 23:05:18 +0000 Subject: [PATCH] Update note about C++ constants This commit was SVN r20311. --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e83318fe61..934c4434fa 100644 --- a/NEWS +++ b/NEWS @@ -44,7 +44,9 @@ Trunk (not on release branches yet) - Fixed mpirun's -wdir switch to ensure that working directories for multiple app contexts are properly handled. Thanks to Geoffroy Pignot for reporting the problem. -- Allow MPI::SEEK_* constants to be used as constants. +- Improvements to the MPI C++ integer constants: + - Allow MPI::SEEK_* constants to be used as constants + - Allow other MPI C++ constants to be used as array sizes 1.3