Consider the following: file $TOPDIR/include/memory: ... 30 #ifndef _RWSTD_MEMORY_INCLUDED 31 #define _RWSTD_MEMORY_INCLUDED 32 33 #include <rw/_allocator.h> 34 #include <rw/_autoptr.h> 35 #include <rw/_iterbase.h> 36 #include <rw/_pair.h> 37 #include <rw/_rawiter.h> 38 #include <rw/_specialized.h> 39 #include <rw/_defs.h> 40 41 #endif // _RWSTD_MEMORY_INCLUDED
Any idea why <rw/_defs.h> is included last? I've noticed this in a couple other standard headers also. Brad.
