bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for pointer.h


From: Federico Montesino Pouzols
Subject: Patch for pointer.h
Date: Thu, 13 Dec 2001 14:54:27 +0100
User-agent: Mutt/1.2.5i

        Hi, I am beginning to use Pointer(template/pointer.h) with GNU
ccRTP, and I have found the following change is necessary to compile:


--- template/pointer.h  13 Dec 2001 09:30:57 -0000      1.2
+++ template/pointer.h  13 Dec 2001 13:33:32 -0000
@@ -113,6 +113,6 @@
                }
                return --(*ptrCount);
        }
-}      
+};     
 
 };






reply via email to

[Prev in Thread] Current Thread [Next in Thread]