From bdacfc0747be4771b961b63679aeb5d48a8b520f Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Sun, 5 May 2002 20:16:00 +0000 Subject: Removed user choice of C++ template instantiation model. In my Removed user choice of C++ template instantiation model. In my experience, only one model works, namely explicit template instantiaion. No need to pretend that the other things work with Cactus. (Don't complain to me -- I also think it's a shame that something that calls itself "compiler" isn't able to do this automatically. Many other compilers for many other languages do this kind of thing without even mentioning it. So there's either something fundamentally wrong with the C++ standard, or with the C++ compiler writers, or with the perceived wishlists of C++ users. And I would bet an arm and a leg that it's not the second of these.) darcs-hash:20020505201656-07bb3-a1b8dfc5587d59c718ad25ce89d0c8973c2b3e6f.gz --- Carpet/CarpetLib/src/bbox.hh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Carpet/CarpetLib/src/bbox.hh') diff --git a/Carpet/CarpetLib/src/bbox.hh b/Carpet/CarpetLib/src/bbox.hh index 04db295db..b47f4b68f 100644 --- a/Carpet/CarpetLib/src/bbox.hh +++ b/Carpet/CarpetLib/src/bbox.hh @@ -5,7 +5,7 @@ copyright : (C) 2000 by Erik Schnetter email : schnetter@astro.psu.edu - $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/bbox.hh,v 1.9 2002/03/11 13:17:12 schnetter Exp $ + $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/bbox.hh,v 1.10 2002/05/05 22:16:58 schnetter Exp $ ***************************************************************************/ @@ -143,8 +143,4 @@ inline ostream& operator<< (ostream& os, const bbox& b) { -#if defined(TMPL_IMPLICIT) -# include "bbox.cc" -#endif - #endif // BBOX_HH -- cgit v1.2.3