Re: STL and Glibmm

2014-04-14 Thread Yann LEYDIER
Hi, indeed, the piece of API I'm refering to is an abstract class that the end-user might use to create a custom parser. It's probable that nobody ever tried. The other uses of std::map in Glibmm are CppOptionEntry, which I don't known what it does and a template class Variant. As it is a te

Re: STL and Glibmm

2014-04-09 Thread Murray Cumming
On Tue, 2014-04-08 at 17:39 +0200, Yann Leydier wrote: > Hi, > > when I first saw that Gtkmm was using wrappers to handle conversions to > STL containers, I thought that it was expected, because Visual C++'s STL > implementation is not fully compatible with the DLL import/export system. > > Up

STL and Glibmm

2014-04-08 Thread Yann Leydier
Hi, when I first saw that Gtkmm was using wrappers to handle conversions to STL containers, I thought that it was expected, because Visual C++'s STL implementation is not fully compatible with the DLL import/export system. Up to now, I was using STLport to enable the use of STL in my DLLs (th