Update of /cvsroot/boost/boost/libs/spirit/phoenix/test/object
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16723/object
Modified Files:
Tag: SPIRIT_RC_1_8_5
cast_tests.cpp
Log Message:
silences warning with GCC (missing virtual ctor)
Index: cast_tests.cpp
===================================================================
RCS file:
/cvsroot/boost/boost/libs/spirit/phoenix/test/object/Attic/cast_tests.cpp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- cast_tests.cpp 11 Oct 2006 09:46:22 -0000 1.1.2.1
+++ cast_tests.cpp 31 Jan 2007 12:38:37 -0000 1.1.2.2
@@ -29,6 +29,7 @@
struct VT
{
virtual string foo() { return "T"; }
+ virtual ~VT() {}
};
struct VU : VT
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs