split utility.hpp header

[SVN r17472]
This commit is contained in:
Aleksey Gurtovoy
2003-02-17 06:20:57 +00:00
parent 75afed7f17
commit 80df1d8f12
6 changed files with 75 additions and 51 deletions

View File

@@ -11,7 +11,7 @@
// Revision History
// 21 May 01 Initial version (Beman Dawes)
#include <boost/utility.hpp> // for checked_delete
#include <boost/checked_delete.hpp> // for checked_delete
// This program demonstrates compiler errors when trying to delete an
// incomplete type.