From dd8fc049ff8f8297e49e50a8ba8932417ec36098 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 14 Dec 2002 00:17:22 +0000 Subject: [PATCH] update news [SVN r16607] --- doc/news.html | 15 +++++++++++++++ doc/v2/enum.html | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/news.html b/doc/news.html index 1b02a9a9..f63c52cf 100644 --- a/doc/news.html +++ b/doc/news.html @@ -35,6 +35,21 @@ function pointers when used as arguments to add_property +
13 December 2002
+ +
Allow exporting of enum_ values into + enclosing scope. + +
+ Fixed unsigned integer conversions to deal correctly with + numbers that are out-of-range of signed long. + +
+ + +
14 November 2002
Auto-detection of class data members wrapped with object { enum_(char const* name); - inline enum_<T>& value(char const* name, T); + enum_<T>& value(char const* name, T); + enum_<T>& export_values(); }; }}