> > Here's an example I just cooked up of using the PP lib to solve a > classic C++ OO problem: repeated boilerplate in the definition of > Pimpl classes. Paul, if you want to put it (or something like it) in > the PP lib docs, you're welcome to. > Hi Dave,
Pretty cool! Small note: instead of 'interface', maybe you could use some other word, like interf or something, since VC6 has its own (stupid) extension, and highlights the 'interface' as a keyword (not sure if VC7 does the same). Anyway, users of VC could get a little confused :) Best, John _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
