
18 May
2011
18 May
'11
11:18 p.m.
On 05/18/2011 02:25 PM, Bryce Lelbach wrote:
Can someone tell me if the behavior demonstrated in the following program is intentional or a bug in Boost.Range?
It seems to be the expected behaviour. "foo" is the range {'f', 'o', 'o', '\0'} If you want {'f', 'o', 'o'}, use boost::as_literal("foo").