Documentation update for [ 1358600 ] lexical_cast & pure virtual functions & VC 8 STL

[SVN r36740]
This commit is contained in:
Alexander Nasonov
2007-01-16 22:22:19 +00:00
parent 986ec16ecc
commit cf477316ed

View File

@@ -160,7 +160,7 @@ void log_errno(int yoko)
and an instance of the result type on the right. and an instance of the result type on the right.
</li> </li>
<li> <li>
Both <code>Source</code> and <code>Target</code> are <i>CopyConstructible</i> [20.1.3]. <code>Target</code> is <i>CopyConstructible</i> [20.1.3].
</li> </li>
<li> <li>
<code>Target</code> is <i>DefaultConstructible</i>, meaning that it is possible <code>Target</code> is <i>DefaultConstructible</i>, meaning that it is possible
@@ -231,4 +231,4 @@ public:
<div align="right"><small><i>&copy; Copyright Kevlin Henney, 2000&#150;2005</i></small></div> <div align="right"><small><i>&copy; Copyright Kevlin Henney, 2000&#150;2005</i></small></div>
</body> </body>
</html> </html>