Package: libboost-dev
Version: 1.32.0-2
Severity: normal
Tags: patch

My quantlib package depends on boost (and the regex and test libs). 

The newest release of QuantLib failed to build, and upstream (QuantLib) told
me that this is due to a bug that has been fixed upstream in Boost, but
hasn't made it into the 1.32.0 package.

Could you apply this patch which would allow me to package the newest
QuantLib?

Thanks!

Regards,  Dirk


*** boost/test/detail/wrap_stringstream.hpp     Mon Mar 14 10:53:35 2005
--- boost/test/detail/wrap_stringstream.hpp     Wed Mar  2 16:47:03 2005
***************
*** 117,123 ****
  
  
//____________________________________________________________________________//
  
! #if !defined(BOOST_NO_STD_LOCALE) && BOOST_WORKAROUND(BOOST_MSVC, >= 1310)
  
  template <typename CharT>
  inline basic_wrap_stringstream<CharT>&
--- 117,123 ----
  
  
//____________________________________________________________________________//
  
! #if !defined(BOOST_NO_STD_LOCALE) && ( !defined(BOOST_MSVC) || 
BOOST_WORKAROUND(BOOST_MSVC, >= 1310))
  
  template <typename CharT>
  inline basic_wrap_stringstream<CharT>&



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
Better to have an approximate answer to the right question than a precise 
answer to the wrong question.  --  John Tukey as quoted by John Chambers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to