- Fixed build failures with gcc 4.3 pre-release
(http://bugs.debian.org/413432) git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@823 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
2fdafe3884
commit
214635bfc1
13 changed files with 41 additions and 39 deletions
|
@ -188,6 +188,9 @@ namespace Loki
|
|||
protected:
|
||||
// Destroys the data stored
|
||||
// (Destruction might be taken over by the OwnershipPolicy)
|
||||
//
|
||||
// If your compiler gives you a warning in this area while
|
||||
// compiling the tests, it is on purpose, please ignore it.
|
||||
void Destroy()
|
||||
{
|
||||
delete pointee_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue