> -----Original Message----- > From: Travis Vitek [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 29, 2008 5:35 PM > To: [email protected] > Subject: RE: type_traits progress > > > ... > > rw/_meta_other.h > * __rw_enable_if > * __rw_conditional > > What do you think of this?
Another possibility to consider is grouping them all in a subdir of the include/rw directory; e.g., #include <rw/meta/_cv.h>. I figure some C++0x components will need multiple header files rather than one or two huge 100k files. It might make sense for such components to add a subdir within the include/rw directory. Brad.
