
From: David Abrahams <dave@boost-consulting.com>
Rob Stewart <stewart@sig.com> writes:
Good. Now, how about pushing them farther to the left? Despite your change, it is still easy to overlook the "vertical ellipsis" and instead see only blank lines.
How far?
It looks like this to me: template <class A0, class A1> void depth_first_search(A0 const& a0, A1 const& a1) { core::depth_first_search(dfs_params()(a0,a1)); } . . . template <class A0, class A1, \x{2026}class A4> I'd like to see something more like this: template <class A0, class A1> void depth_first_search(A0 const& a0, A1 const& a1) { core::depth_first_search(dfs_params()(a0,a1)); } . . . template <class A0, class A1, \x{2026}class A4> -- Rob Stewart stewart@sig.com Software Engineer http://www.sig.com Susquehanna International Group, LLP using std::disclaimer;