Compiling ShareContainer with cxx

2001-03-06 Thread Jean-Marc Lasgouttes
Lars, to compile ShareContainer.h with cxx I have to apply the following patch (compilation is not finished yet, so I have to check that it links). Is it OK with you? JMarc Index: src/ShareContainer.h === RCS file:

Re: Compiling ShareContainer with cxx

2001-03-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars, to compile ShareContainer.h with cxx I have to apply the | following patch (compilation is not finished yet, so I have to check | that it links). Is it OK with you? | | JMarc | | Index: src/ShareContainer.h |

Re: Compiling ShareContainer with cxx

2001-03-06 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Let's add a new typedef instead. Lars typedef Params::value_type value_type; Lars evt. with typename. Lars typedef typename Params::value_type value_type; OK, I'll do that. JMarc

Compiling ShareContainer with cxx

2001-03-06 Thread Jean-Marc Lasgouttes
Lars, to compile ShareContainer.h with cxx I have to apply the following patch (compilation is not finished yet, so I have to check that it links). Is it OK with you? JMarc Index: src/ShareContainer.h === RCS file:

Re: Compiling ShareContainer with cxx

2001-03-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars, to compile ShareContainer.h with cxx I have to apply the | following patch (compilation is not finished yet, so I have to check | that it links). Is it OK with you? | | JMarc | | Index: src/ShareContainer.h |

Re: Compiling ShareContainer with cxx

2001-03-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Let's add a new typedef instead. Lars> typedef Params::value_type value_type; Lars> evt. with typename. Lars> typedef typename Params::value_type value_type; OK, I'll do that. JMarc