Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Boost configuration for DM?
Has anyone done the Boost configuration for the DM compiler? Thanks John Oct 15 2002
John Fletcher wrote:Has anyone done the Boost configuration for the DM compiler? Thanks John Oct 16 2002
I haven't looked at the boost stuff. Christof has, and he says that DM's namespace support has to get better before it will work. -Walter "John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3DAD5032.8C99099B aston.ac.uk...John Fletcher wrote:Has anyone done the Boost configuration for the DM compiler? Thanks John Oct 16 2002
I would suggest that would be the case also. The last time I looked, they don't have a facility for disabling the boost namespace (which stlsoft does have, ;)), so any out-of-class template-class member functions are likely to give nasties "Walter" <walter digitalmars.com> wrote in message news:aokdr2$8tb$1 digitaldaemon.com...I haven't looked at the boost stuff. Christof has, and he says that DM's namespace support has to get better before it will work. -Walter "John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3DAD5032.8C99099B aston.ac.uk...John Fletcher wrote:Has anyone done the Boost configuration for the DM compiler? Thanks John Oct 16 2002
Matthew Wilson wrote:I would suggest that would be the case also. The last time I looked, they don't have a facility for disabling the boost namespace (which stlsoft does have, ;)), so any out-of-class template-class member functions are likely to give nasties "Walter" <walter digitalmars.com> wrote in message news:aokdr2$8tb$1 digitaldaemon.com...I haven't looked at the boost stuff. Christof has, and he says that DM's namespace support has to get better before it will work. -Walter "John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3DAD5032.8C99099B aston.ac.uk...John Fletcher wrote:Has anyone done the Boost configuration for the DM compiler? Thanks John Oct 17 2002
John I'm interested, but am about to take a holiday, so may not be able to help for a couple of weeks. Upon my return, Boost, WinSTL and Comeau are my top priorities, all of which involve tinkering with compilers and stuff, so if you are still in need of assistance by then I'll definitely be up for it. Please send me what you have now, as I am interested in taking a look Matthew "John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3DAE7694.C9958229 aston.ac.uk...Matthew Wilson wrote:I would suggest that would be the case also. The last time I looked, Oct 17 2002
"John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3DAE7694.C9958229 aston.ac.uk...config_test.cpp will not compile with DM8.30 + STLport or with DM8.31.1 + STLport and the compilation error does not change. I am currently investigating this to pin it down. It could be solveable Oct 17 2002
Walter wrote:"John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3DAE7694.C9958229 aston.ac.uk...config_test.cpp will not compile with DM8.30 + STLport or with DM8.31.1 + STLport and the compilation error does not change. I am currently investigating this to pin it down. It could be solveable Oct 18 2002
"John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3DAFDA1B.53741675 aston.ac.uk...I was trying to get to that, but when I extracted the code where the Oct 18 2002
Matthew Wilson wrote:I would suggest that would be the case also. The last time I looked, they don't have a facility for disabling the boost namespace (which stlsoft does have, ;)), so any out-of-class template-class member functions are likely to give nasties Oct 17 2002
|