get_categorized_for_version($version, 'name'); $alphabetic = $libs->get_for_version($version, 'name'); uasort($categorized, function($a, $b) { $a = $a['title']; $b = $b['title']; if ($a === 'Miscellaneous') { $a = 'ZZZZZZZZ'; } if ($b === 'Miscellaneous') { $b = 'ZZZZZZZZ'; } return ($a > $b) ?: ($a < $b ? -1 : 0); }); function rewrite_link($link) { if(preg_match('@^/?libs/(.*)@', $link, $matches)) { $link = $matches[1]; } else { $link = '../'.ltrim($link, '/'); } return preg_replace('@/$@', '/index.html', $link); } function echo_library_item($lib) { echo "
  • ".html_encode($lib['name'])." - "; echo html_encode(rtrim(trim($lib['description']), '.')); if (!empty($lib['authors'])) { #echo ", from ", implode(',', $lib['authors']); echo ", from ".html_encode($lib['authors']); } } ?> Boost Libraries
    boost.png (6897 bytes) Libraries
    Getting Started         Tools         Web Site         News         Community         FAQ         More Info
    Libraries Listed Alphabetically
    Libraries Listed by Category
    {$category['title']}\n"; } ?>
    Libraries Retired from Boost

    See Getting Started page to find out how to download, build, and install the libraries.


    Libraries Listed Alphabetically


    Libraries Listed by Category

    {$category['title']}\n\n"; echo "\n\n"; } ?>

    [Category suggestions from Aleksey Gurtovoy, Beman Dawes and Vicente J. Botet Escribá]


    Libraries Retired from Boost


    Revised 19 Feb 2015

    © Copyright Beman Dawes 2000-2004

    Distributed under the Boost Software License, Version 1.0. (See file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt)