
5 Jul
2007
5 Jul
'07
7:35 a.m.
Jake Voytko wrote:
I was not aware of the existence of Boost.Range, and it looks like it's a very nice library. I'll have to explore its use a little further
So now I have the interface for plot_range() narrowed to
plot(my_plot, my_container, title, ...); and plot_range(my_plot, my_range, title, ...);
There's no need to differentiate between the two. A container works as a range too. Cheers, /Marcus