Re: Possible accept wrong code in C++?

2006-02-22 Thread Tarjei Knapstad
On 2/22/06, Ed Smith-Rowland <[EMAIL PROTECTED]> wrote: > All, > > I have a template class: > > template < class Datum, unsigned long Dim > > class DataGrid > { > ... > public: > ... > std::ostream & write( std::ostream & output ) const; > ... > }; > > I have a non-member operator

Re: C++, export for templates (was: C++ standard)

2006-02-07 Thread Tarjei Knapstad
On 2/6/06, Ryan Mansfield <[EMAIL PROTECTED]> wrote: > > > Couldn't find anything on it in bugzilla, and I don't think it's worth > > the effort. IIRC, Herb Sutter and another guy spent 6 months to get it > > right in the EDG front end (and Herb originally wanted to throw export > > for templates o

Re: C++, export for templates (was: C++ standard)

2006-02-06 Thread Tarjei Knapstad
On 2/3/06, Perry Smith <[EMAIL PROTECTED]> wrote: > On Feb 3, 2006, at 1:52 PM, Joe Buck wrote: > > > On Fri, Feb 03, 2006 at 07:56:23PM +0100, andrzej wrote: > >> Hello, > >> > >> I am sorry if this is the wrong address for tihis question, but I > >> couldn't find any other. > >> In the manual pag