Boost logo

Boost :

From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2006-05-24 16:31:18


Shunsuke Sogame wrote:
> Thorsten Ottosen wrote:
>
>>>http://www.boost-consulting.com/vault/index.php?action=downloadfile&filename=range_ms.zip&directory=Algorithms&
>>>
>>>There are *40* ranges.
>>>The test is problematic...
>>
>>what do you mean by that? Have you nowt tries the code?
>
>
> As you can see the vault, poor tests are included.
> I mean it is difficult to test 40 ranges. :-(

Well, can't you run them through the same
function template (which takes a range parameter) ?

You don't have to do much inside that function, just
apply begin() and end() and perhaps write the range
to std::cout.

>>On what compilers does it work?
>
>
> The goal is to support VC7.1/VC8.

Seems fine.

>
>>>It is possible to fail to complete. :-(
>>
>>What do you mean? I can't understand that sentence?
>
>
> I mean this is a sort of challenging work for me. :-)

Well, judging from your code, you seem to know C++ very well.

-Thorsten


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