--- C:\boost_1_55_0\boost\iostreams\chain.hpp Sun Mar 18 15:46:59 2012 +++ C:\Users\Gotcha\Documents\GitHub\gotchangpdf\lib\boost\boost\iostreams\chain.hpp Mon Sep 29 20:31:51 2014 @@ -133,7 +133,7 @@ typedef chain_client client_type; friend class chain_client; private: - typedef linked_streambuf streambuf_type; + typedef linked_streambuf streambuf_type; typedef std::list list_type; typedef chain_base my_type; protected: @@ -237,7 +237,7 @@ typedef typename unwrap_ios::type component_type; typedef stream_buffer< component_type, - BOOST_IOSTREAMS_CHAR_TRAITS(char_type), + Tr, Alloc, Mode > streambuf_t; typedef typename list_type::iterator iterator; @@ -323,7 +323,7 @@ { if ((flags_ & f_open) != 0) { flags_ &= ~f_open; - stream_buffer< basic_null_device > null; + stream_buffer< basic_null_device, Tr > null; if ((flags_ & f_complete) == 0) { null.open(basic_null_device()); set_next(links_.back(), &null);