Re: [boost] [mpl]gcc and bcc link errors

2003-04-12 Thread Aleksey Gurtovoy
Aleksey Gurtovoy wrote: 'int_' (and other integral constant wrappers) needs to provide a definition for its '::value' member for the !defined(BOOST_NO_INCLASS_MEMBER_INITIALIZATION) case. I will fix it in a few days. Done in the main trunk now. Aleksey

[boost] Quantity library: any interest?

2003-04-12 Thread Pavel Vozenilek
I wrote Quantity library some time ago and wonder whether it may get added into Conversion library. If anyone gets interested I will Boostify and submit it. Quantity library is used to get safe conversions between different physical units (like between Celsius and Farhernheit degrees). Instead

[boost] Re: Quantity library: any interest?

2003-04-12 Thread Thorsten Ottosen
I would say there is. But how do your work compare with SIunits? http://www.fnal.gov/docs/working-groups/fpcltf/Pkg/SIunits/doc/0SIunits.html best regards Thorsten ___ Unsubscribe other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Re: [boost] PP lambda?

2003-04-12 Thread Joel de Guzman
Paul Mensonides wrote: Joel de Guzman wrote: And that takes all the fun out of it. pp-metaprogramming and indeed template metaprogramming, given the current language, is all about _manipulation_ of the language. If you take that away, it is still very useful, but not as creative,

Re: [boost] PP lambda?

2003-04-12 Thread Paul Mensonides
Joel de Guzman wrote: Hmmm how about namespaces (or modules) ? :o)... # BOOST_PP // boost PP namespace // blah blah blah # # MY_MODULE // my module namespace #using BOOST_PP // using boost PP namespace // blah blah blah # Hi Joel, I'm already in the process of