[EMAIL PROTECTED] wrote:
Author: vitek
Date: Thu Jun 26 15:48:21 2008
New Revision: 672048

URL: http://svn.apache.org/viewvc?rev=672048&view=rev
Log:
2008-06-27  Travis Vitek  <[EMAIL PROTECTED]>

        * tests/utilities/20.forward.cpp [_RWSTD_NO_EXT_CXX_0X]: Add
        guard to get test to compile and run when extension is not
        explicitly enabled. Include rw/_defs.h explicitly in case
        rw_driver.h does not.

Every stdcxx header should always end up #including <rw/_defs.h>
so that no code outside the library needs to (as always, there
are unavoidable exceptions). <rw_driver.h> includes the header
via <rw_testdefs.h> which in turn should be #included by every
test driver header. Are there any circumstances when this
doesn't happen?

Martin

Reply via email to