forked from boostorg/range
*** empty log message ***
[SVN r28787]
This commit is contained in:
@ -52,11 +52,13 @@ C++ standard: <blockquote>
|
|||||||
<li> Pavel Vozenilek for help with porting the library
|
<li> Pavel Vozenilek for help with porting the library
|
||||||
<li> Jonathan Turkanis and John Torjo for help with documentation
|
<li> Jonathan Turkanis and John Torjo for help with documentation
|
||||||
<li> Hartmut Kaiser for being review manager
|
<li> Hartmut Kaiser for being review manager
|
||||||
|
<li> Jonathan Turkanis for porting the lib (as far sa possible) to
|
||||||
|
vc6 and vc7.
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
(C) Copyright Thorsten Ottosen 2003-2004
|
(C) Copyright Thorsten Ottosen 2003-2005
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -29,6 +29,10 @@ href="http://boost.sourceforge.net/regression-logs/developer/range.html">here</a
|
|||||||
template partial specialization. For non-conforming compilers there might be a
|
template partial specialization. For non-conforming compilers there might be a
|
||||||
chance that it works anyway thanks to workarounds in the type traits library.
|
chance that it works anyway thanks to workarounds in the type traits library.
|
||||||
</p>
|
</p>
|
||||||
|
<pp>
|
||||||
|
Visual C++ 6/7.0 has a limited support for arrays: as long as the arrays are
|
||||||
|
of built-in type it should work.
|
||||||
|
</p>
|
||||||
<p >
|
<p >
|
||||||
Notice also that some compilers cannot do function template ordering properly.
|
Notice also that some compilers cannot do function template ordering properly.
|
||||||
In that case one must rely of <a
|
In that case one must rely of <a
|
||||||
|
Reference in New Issue
Block a user