Files
iterator/test
Kohei Takahashi 3d3560c12d Avoid 'reference to reference' error in C++03.
Some (strict) C++03 compilers (e.g. `gcc -std=c++03`) reject
  'reference-to-reference' in the template and typedef which described
  in CWG DR106 [1].

  In such situations, iterator_facade rejects reference type as a value
  type and some special iterators will become ill-formed:
  the test libs/range/test/join.hpp might be descriptive.

  [1] http://www.open-std.org/Jtc1/sc22/wg21/docs/cwg_defects.html#106

Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-09-29 14:58:40 +09:00
..
2007-02-24 22:40:59 +00:00
2004-08-19 15:11:49 +00:00
2004-08-10 14:41:52 +00:00
2004-10-20 13:20:19 +00:00
2004-08-19 15:11:49 +00:00
2004-10-20 13:20:19 +00:00
2005-06-24 15:37:23 +00:00