
11 Feb
2011
11 Feb
'11
12:48 a.m.
On 2/8/2011 1:22 PM, John Hendrix wrote:
Hi all,
the following, as far as I can tell, is exactly the same "Ordinary OutputFilter" example shown at (http://tinyurl.com/45bur3o)
...
I am obviously doing not adding the toupper_filter into the filter chain correctly. Can anyone point out what I am doing wrong?
Not sure what you are doing... but your code works for me on Windows with VS2008 using Boost 1.45. My_input.txt contained 1 line as follows: ThIs Is A tEsT 123! After running, datastore.txt contained: THIS IS A TEST 123! What version of boost, what compiler, what input and output do you get?