Updates to cope with Borland C++ 5.51

[SVN r7697]
This commit is contained in:
John Maddock
2000-09-09 10:20:24 +00:00
parent 5b06dd0d0d
commit 3ddb9abc3c
3 changed files with 3 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ using std::cin;
namespace opt{
//
// algorithm destroy_arry:
// algorithm destroy_array:
// The reverse of std::unitialized_copy, takes a block of
// unitialized memory and calls destructors on all objects therein.
//