Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-05-11 09:12:37


Author: danieljames
Date: 2008-05-11 09:12:37 EDT (Sun, 11 May 2008)
New Revision: 45279
URL: http://svn.boost.org/trac/boost/changeset/45279

Log:
No need to include the exception objects in helpers/strong.hpp. Now helpers on depend on the forwarding header from the objects.

Text files modified:
   branches/unordered/trunk/libs/unordered/test/helpers/strong.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/unordered/trunk/libs/unordered/test/helpers/strong.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/strong.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/strong.hpp 2008-05-11 09:12:37 EDT (Sun, 11 May 2008)
@@ -11,7 +11,7 @@
 #include "./metafunctions.hpp"
 #include "./equivalent.hpp"
 #include "./list.hpp"
-#include "../objects/exception.hpp"
+#include "./exception_test.hpp"
 
 namespace test
 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk