I'd love to use boost and probably will at some point in the future. I all but stole the semantics for + from boost anyway. I didn't use boost at this point because I want to support wxWidgets and that in turn still supports some rather old compilers and I was unsure how well the boost library compiles with them. I also did not want to require yet another library.
But I agree that I'd love to see some convergence with the boost library.
BTW, whats the 'boost review process'? I have browsed the boost documentation, but don't follow the boost development.
Do reflections in java support containers? And if so, can you extend them to add your own container implementation?
:)
IOW: does p.load(...) work if p contains a vector of elements (that may itself contain another vector)?
And, yes, I agree. C++ needs a decent standard library and reflections should be part of it
I'd love to use boost and probably will at some point in the future. I all but stole the semantics for + from boost anyway. I didn't use boost at this point because I want to support wxWidgets and that in turn still supports some rather old compilers and I was unsure how well the boost library compiles with them. I also did not want to require yet another library.
But I agree that I'd love to see some convergence with the boost library.
BTW, whats the 'boost review process'? I have browsed the boost documentation, but don't follow the boost development.
Hajo
Here, as advertised on the homepage:
http://www.litwindow.com/lwl/doc/html/comparison_1 0x.html
or here for a real-world example:
tutorial for a simple rssreader (incomplete)