Ticket #3851: aggregate_filter.hpp.patch

File aggregate_filter.hpp.patch, 488 bytes (added by Benjamin.DeTroch@…, 13 years ago)

Patch file

Line 
1129c129
2< void do_write(Sink& sink, const char* s, std::streamsize n)
3
4---
5> void do_write(Sink& sink, const Ch* s, std::streamsize n)
6
7137c137
8< void do_write(Sink& sink, const char* s, std::streamsize n, mpl::true_)
9
10---
11> void do_write(Sink& sink, const Ch* s, std::streamsize n, mpl::true_)
12
13141c141
14< void do_write(Sink&, const char*, std::streamsize, mpl::false_) { }
15
16---
17> void do_write(Sink&, const Ch*, std::streamsize, mpl::false_) { }
18