Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv10054
Added Files:
PTS.h
Log Message:
--- NEW FILE: PTS.h ---
/*
* Simulated Partial Template Specialization
*
* Adapted from: metactrl.h
* by Krzysztof Czarnecki & Ulrich Eisenecker
*/
/* The following functions come from chapter 10 of the indispensable book
* Generative Programming by Krzysztof Czarnecki & Ulrich Eisenecker
* (C) Copyright Krzysztof Czarnecki & Ulrich Eisenecker 1998-2000.
* Permission to copy, use, modify, sell and distribute this software is
* granted provided this copyright notice appears in all copies. In case of
* modification, the modified files should carry a notice stating that
* you changed the files.
* This software is provided "as is" without express or implied
* warranty, and with no claim as to its suitability for any purpose.
*/
#if defined(_MSC_VER) && (_MSC_VER <= 1300)
#ifndef __PTS_SIM__
#define __PTS_SIM__
#endif
#endif
|