2004-11-28 03:35:12 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "en" >
2007-11-03 03:25:13 +00:00
<!-- Copyright Aleksey Gurtovoy 2006. Distributed under the Boost -->
<!-- Software License, Version 1.0. (See accompanying -->
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
2004-11-28 03:35:12 +00:00
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" />
< meta name = "generator" content = "Docutils 0.3.6: http://docutils.sourceforge.net/" />
< title > THE BOOST MPL LIBRARY: Miscellaneous</ title >
< link rel = "stylesheet" href = "../style.css" type = "text/css" />
</ head >
< body class = "docframe" >
< table class = "header" >< tr class = "header" >< td class = "header-group navigation-bar" >< span class = "navigation-group" >< a href = "./renaming-cleanup.html" class = "navigation-link" > Prev</ a > < a href = "./technical-details.html" class = "navigation-link" > Next</ a ></ span >< span class = "navigation-group-separator" > | </ span >< span class = "navigation-group" >< a href = "./renaming-cleanup.html" class = "navigation-link" > Back</ a > Along</ span >< span class = "navigation-group-separator" > | </ span >< span class = "navigation-group" >< a href = "./changes-in-boost-1-32-0.html" class = "navigation-link" > Up</ a > < a href = "../index.html" class = "navigation-link" > Home</ a ></ span >< span class = "navigation-group-separator" > | </ span >< span class = "navigation-group" >< a href = "./tutorial_toc.html" class = "navigation-link" > Full TOC</ a ></ span ></ td >
2021-12-02 03:37:28 +00:00
< td class = "header-group page-location" >< a href = "../index.html" class = "navigation-link" > Front Page</ a > / < a href = "./changelog-history.html" class = "navigation-link" > Changelog & History</ a > / < a href = "./changes-in-boost-1-32-0.html" class = "navigation-link" > Changes in Boost 1.32.0 Release</ a > / < a href = "./miscellaneous.html" class = "navigation-link" > Miscellaneous</ a ></ td >
2004-11-28 03:35:12 +00:00
</ tr ></ table >< div class = "header-separator" ></ div >
< div class = "section" id = "miscellaneous" >
< h1 >< a class = "toc-backref" href = "./changes-in-boost-1-32-0.html#id69" name = "miscellaneous" > Miscellaneous</ a ></ h1 >
< ol class = "arabic" >
< li >< p class = "first" >< tt class = "literal" >< span class = "pre" > vector</ span ></ tt > has been re-implemented to support constant-time
insertion at both the beginning and the end. For example, this is now
well-formed for a vector < tt class = "literal" >< span class = "pre" > v</ span ></ tt > :</ p >
< pre class = "literal-block" >
typedef push_back< v,int> ::type v1;
typedef push_front< v1,int> ::type v2;
</ pre >
</ li >
< li >< p class = "first" > The interfaces of some sequence building algorithms such as
< tt class = "literal" >< span class = "pre" > copy</ span ></ tt > have been changed. Please see the < a class = "reference" href = "./reference-manual.html" > reference manual</ a > for the
details of the new interface.</ p >
</ li >
</ ol >
</ div >
< div class = "footer-separator" ></ div >
< table class = "footer" >< tr class = "footer" >< td class = "header-group navigation-bar" >< span class = "navigation-group" >< a href = "./renaming-cleanup.html" class = "navigation-link" > Prev</ a > < a href = "./technical-details.html" class = "navigation-link" > Next</ a ></ span >< span class = "navigation-group-separator" > | </ span >< span class = "navigation-group" >< a href = "./renaming-cleanup.html" class = "navigation-link" > Back</ a > Along</ span >< span class = "navigation-group-separator" > | </ span >< span class = "navigation-group" >< a href = "./changes-in-boost-1-32-0.html" class = "navigation-link" > Up</ a > < a href = "../index.html" class = "navigation-link" > Home</ a ></ span >< span class = "navigation-group-separator" > | </ span >< span class = "navigation-group" >< a href = "./tutorial_toc.html" class = "navigation-link" > Full TOC</ a ></ span ></ td >
</ tr ></ table ></ body >
</ html >