Ticket #2231: 0001-boost.test-gcc-4.4-fix.patch

File 0001-boost.test-gcc-4.4-fix.patch, 773 bytes (added by tim@…, 14 years ago)
  • libs/boost/boost/test/impl/debug.ipp

    From 797e70fa583bf0d7598ba22ec2e593d8363f7436 Mon Sep 17 00:00:00 2001
    From: Tim Blechmann <tim@klingt.org>
    Date: Wed, 20 Aug 2008 10:41:02 +0200
    Subject: [PATCH] [boost.test] gcc-4.4 fix
    
    ---
     libs/boost/boost/test/impl/debug.ipp |    2 ++
     1 files changed, 2 insertions(+), 0 deletions(-)
    
    diff --git a/libs/boost/boost/test/impl/debug.ipp b/libs/boost/boost/test/impl/debug.ipp
    index 3f65133..7b7d350 100644
    a b  
    2323#include <boost/test/debug.hpp>
    2424#include <boost/test/debug_config.hpp>
    2525
     26#include <cstdio>  // std::sscanf
     27
    2628// Implementation in windows
    2729#if defined(_WIN32) && !defined(UNDER_CE) && !defined(BOOST_DISABLE_WIN32) // ******* WIN32
    2830