
24 May
2006
24 May
'06
8:31 p.m.
Shunsuke Sogame wrote:
Thorsten Ottosen wrote:
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