Re: Question about std templates

2005-08-08 Thread Jari Sundell
On 8/8/05, stefano luceri <[EMAIL PROTECTED]> wrote: > hello to all > > anyone know if is possible to add a member to a template of standard > library? Have you considered using public or private inheritance from the STL container? -- Rakshasa Nyaa?

Re: Question about std templates

2005-08-08 Thread Nathan Sidwell
stefano luceri wrote: hello to all anyone know if is possible to add a member to a template of standard library? you'd have to modify the library source files, and then you'd end up with a non-standard library nathan -- Nathan Sidwell:: http://www.codesourcery.com :: CodeSource