comparison DEPENDENCIES/generic/include/boost/format/internals_fwd.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
48 void distribute (basic_format<Ch,Tr, Alloc>& self, T x); 48 void distribute (basic_format<Ch,Tr, Alloc>& self, T x);
49 49
50 template<class Ch, class Tr, class Alloc, class T> 50 template<class Ch, class Tr, class Alloc, class T>
51 basic_format<Ch, Tr, Alloc>& 51 basic_format<Ch, Tr, Alloc>&
52 feed (basic_format<Ch,Tr, Alloc>& self, T x); 52 feed (basic_format<Ch,Tr, Alloc>& self, T x);
53
54 template<class Ch, class Tr, class Alloc, class T>
55 basic_format<Ch, Tr, Alloc>&
56 feed_impl (basic_format<Ch,Tr, Alloc>& self, T x);
53 57
54 } // namespace detail 58 } // namespace detail
55 59
56 } // namespace io 60 } // namespace io
57 } // namespace boost 61 } // namespace boost