[Mockpp-commits] mockpp/mockpp/chaining mockpp_pti.h,1.4,1.5
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-26 20:11:42
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3726 Modified Files: mockpp_pti.h Log Message: documentation Index: mockpp_pti.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/mockpp_pti.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mockpp_pti.h 25 Mar 2005 17:20:33 -0000 1.4 +++ mockpp_pti.h 26 Mar 2005 20:11:33 -0000 1.5 @@ -1,5 +1,5 @@ /** @file - @brief Support for compiler with weak template capabilities + @brief Support for compilers with weak template capabilities $Id$ @@ -71,6 +71,11 @@ #endif +/** @def MOCKPP_PTI_IMPLEMENT_BASICS + * Instantiate basic methods for compilers with + * weak template support. + */ + /** @def MOCKPP_PTI_IMPLEMENT * Instantiate specialized methods for compilers with * weak template support. |