[SVN r46650]
This commit is contained in:
Thorsten Jørgen Ottosen
2008-06-24 15:39:28 +00:00
parent 15a697f86b
commit d20121bf12
9 changed files with 87 additions and 87 deletions

5
doc/portability.html Executable file → Normal file
View File

@@ -29,9 +29,8 @@ href="http://boost.sourceforge.net/regression-logs/developer/range.html">here</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.
</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> 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 >
Notice also that some compilers cannot do function template ordering properly.