$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-09-23 12:46:52
Hello,
attached is a very small patch for the format library that makes it 
compile under VisualAge C++ 5.02. The compiler trips over a typedef 
otherwise.
Could someone please apply it?
Thanks, Markus
*** internals.hpp.~1.2.~	Mon Jun 17 19:29:43 2002
--- internals.hpp	Mon Sep 23 19:25:07 2002
***************
*** 70,76 ****
                      argN_ignored    = -3  // ignored directive. (no argument read)
    };
    typedef BOOST_IO_STD basic_ios<Ch, Tr>              basic_ios;
!   typedef stream_format_state<Ch, Tr>         stream_format_state;
    typedef std::basic_string<Ch, Tr>           string_t;
    typedef BOOST_IO_STD basic_ostringstream<Ch, Tr>    internal_stream_t;
  
--- 70,76 ----
                      argN_ignored    = -3  // ignored directive. (no argument read)
    };
    typedef BOOST_IO_STD basic_ios<Ch, Tr>              basic_ios;
!   typedef detail::stream_format_state<Ch, Tr>         stream_format_state;
    typedef std::basic_string<Ch, Tr>           string_t;
    typedef BOOST_IO_STD basic_ostringstream<Ch, Tr>    internal_stream_t;