Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2005-07-22 10:34:33


Rob Stewart <stewart_at_[hidden]> writes:

> From: David Abrahams <dave_at_[hidden]>
>> Rob Stewart <stewart_at_[hidden]> 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>

Okay.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk