c++boost.gif -> boost.png replacement

[SVN r25573]
This commit is contained in:
Aleksey Gurtovoy
2004-10-05 15:45:52 +00:00
parent 1bc58ea861
commit c81be1e2e7
11 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<h1><img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" align="middle" width="277" height="86">shared_array
<h1><img src="../../boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86">shared_array
class template</h1>
<p>The <b>shared_array</b> class template stores a pointer to a dynamically
allocated array. (Dynamically allocated array are allocated with the C++ <b>new[]</b>