head 1.2; access; symbols pkgsrc-2014Q2:1.1.0.6 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.4 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.2 pkgsrc-2013Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2014.08.13.10.56.36; author adam; state dead; branches; next 1.1; commitid sKHtHQfW5YoRQbMx; 1.1 date 2013.10.27.20.31.58; author joerg; state Exp; branches; next ; commitid 9UWo0aWPWhlcmYax; desc @@ 1.2 log @Changes 1.56.0: Modularization Boost version control has migrated to a system using git submodules. This shouldn't make too much of a difference to users, although the directory structure is now a bit different. Parts of some libraries have been moved into different modules, and several new modules have been extracted from existing code. All header paths should remain the same. The new modules are: Assert: Customizable assert macros. Maintained by Peter Dimov. Core: Core utilities used by other libraries, with minimal dependencies. Maintained by Peter Dimov, Glen Fernandes and Andrey Semashev. Lexical_Cast: General literal text conversions, such as an int represented a string, or vice-versa, from Kevlin Henney. Throw_Exception: A common infrastructure for throwing exceptions from Boost libraries, from Emil Dotchevski. Winapi: Windows API declarations without , for internal Boost use. New Libraries Align: Memory alignment functions, allocators, and adaptors, from Glen Fernandes. Type_Index: Runtime/Compile time copyable type info, from Antony Polukhin. @ text @$NetBSD: patch-boost_archive_iterators_transform__width.hpp,v 1.1 2013/10/27 20:31:58 joerg Exp $ --- boost/archive/iterators/transform_width.hpp.orig 2013-10-27 13:52:06.000000000 +0000 +++ boost/archive/iterators/transform_width.hpp @@@@ -30,6 +30,8 @@@@ #include #include +#include // std::min + namespace boost { namespace archive { namespace iterators { @ 1.1 log @Fix header to be self-contained. Bump boost-headers. @ text @d1 1 a1 1 $NetBSD$ @