-
September 15, 2006 - BoostCon 2007
-
- - The inaugural Boost conference will be held
- May 14-18, 2007, in Aspen Colorado. See our
- preliminary announcement
- page for more information.
-
-
-
???, 2006 - Version 1.34.0
+
April 25, 2007 - Version 1.34.0 Beta
New Libraries
@@ -412,7 +418,7 @@
get_optional_value_or(opt,alternative_value) added.
Constructor taking a boolean condition (as well as a value) added.
Member function get_value_or(alternative_value)
added.
-
Incompatbility bug with mpl::apply<> fixed.
+
Incompatbility bug with mpl::apply<> fixed.
Converting assignment bug with uninitialized lvalues fixed.
@@ -529,8 +535,8 @@
-
- String Algorithm Library:
+
+ String Algorithm Library:
lexicographical_compare
@@ -542,7 +548,8 @@
Negative indexes support (like Perl) in various algorihtms
(*_head/tail
, *_nth
).
-
+
+
Wave
@@ -601,6 +608,77 @@
+
+
Supported Compilers
+
+
Boost is tested on a wide range of compilers and
+ platforms. Since Boost libraries rely on modern C++
+ features not available in all compilers, not all
+ Boost libraries will work with every compiler. The
+ following compilers and platforms have been
+ extensively tested with Boost, although many other
+ compilers and platforms will work as well. For more
+ information, see the regression
+ test results.
+
+
+ - Apple
+ GCC 4.0.1 on Mac OS X.
+
+ - Borland
+ C++ 5.8.2 on Windows.
+
+ - GNU C++
+
+ -
+ 3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
+
+ -
+ 4.1.x on Solaris
+
+ -
+ 3.4.x on Windows
+
+
+
+
+ - HP
+ aC++ A.06.14.
+
+ -
+ Intel C++ 9.1 on Windows, 9.0 on Linux.
+
+ - Metrowerks
+ CodeWarrior 9.4 on Windows.
+
+ - Microsoft
+ Visual C++ 6.0 (sp5, with and without STLport),
+ 7.0, 7.1, 8.0. Note: Boost does not support the
+ non-standard "Safe" C++ Library shipping with
+ Visual C++ 8.0, which may result in many spurious
+ warnings from Boost headers and other
+ standards-conforming C++ code. To suppress these
+ warnings, define the macro
+
_SCL_SECURE_NO_DEPRECATE
.
+
+ -
+ Sun Studio 11
+ on Solaris.
+
+
+
+
Acknowledgements
+
+
A great number of people contributed their time
+ and expertise to make this release possible. Special
+ thanks go to Vladimir Prus for making Boost.Build version 2
+ a reality, David Abrahams for authoring a new getting
+ started guide and Greg D. for answering
+ countless questions.