Package: libboost-system1.36.0
Version: 1.36.0-8
Followup-For: Bug #503917

reassign 503917 libboost-system1.36-dev
tag 503917 +patch
thanks

Attaching fix from upstream trunk changeset 49717[1].  Can be applied
to both boost1.36 and boost1.37.  Since the definition has been moved
to header, reassigning to -dev package.

[1] https://svn.boost.org/trac/boost/changeset/49717

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libboost-system1.36.0 depends on:
ii  libc6                         2.7-16     GNU C Library: Shared libraries
ii  libgcc1                       1:4.3.2-1  GCC support library
ii  libstdc++6                    4.3.2-1    The GNU Standard C++ Library v3

libboost-system1.36.0 recommends no packages.

libboost-system1.36.0 suggests no packages.

-- no debconf information
Index: /trunk/boost/system/error_code.hpp
===================================================================
--- /trunk/boost/system/error_code.hpp (revision 49290)
+++ /trunk/boost/system/error_code.hpp (revision 49717)
@@ -208,4 +208,5 @@
 # ifndef BOOST_SYSTEM_NO_DEPRECATED
     //  deprecated synonyms
+    inline const error_category &  get_posix_category() { return get_generic_category(); }
     static const error_category &  posix_category = get_generic_category();
     static const error_category &  errno_ecat     = get_generic_category();
@@ -215,5 +216,5 @@
     //  class error_condition  -----------------------------------------------//
 
-    //  error_conditions are portable, error_codes are system or lib specific
+    //  error_conditions are portable, error_codes are system or library specific
 
     class error_condition

Reply via email to