Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54152 - in sandbox/monotonic: boost/monotonic libs/monotonic/test
From: christian.schladetsch_at_[hidden]
Date: 2009-06-21 17:59:57


Author: cschladetsch
Date: 2009-06-21 17:59:57 EDT (Sun, 21 Jun 2009)
New Revision: 54152
URL: http://svn.boost.org/trac/boost/changeset/54152

Log:
added extra/ and detail/ directories

Text files modified:
   sandbox/monotonic/boost/monotonic/storage.hpp | 2
   sandbox/monotonic/libs/monotonic/test/monotonic.vcproj | 68 ++++++++++++++++++---------------------
   2 files changed, 33 insertions(+), 37 deletions(-)

Modified: sandbox/monotonic/boost/monotonic/storage.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/storage.hpp (original)
+++ sandbox/monotonic/boost/monotonic/storage.hpp 2009-06-21 17:59:57 EDT (Sun, 21 Jun 2009)
@@ -9,7 +9,7 @@
 #include <algorithm>
 //#include <boost/monotonic/allocator.hpp>
 #include <boost/monotonic/fixed_storage.hpp>
-#include <boost/monotonic/link.hpp>
+#include <boost/monotonic/detail/link.hpp>
 
 namespace boost
 {

Modified: sandbox/monotonic/libs/monotonic/test/monotonic.vcproj
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/monotonic.vcproj (original)
+++ sandbox/monotonic/libs/monotonic/test/monotonic.vcproj 2009-06-21 17:59:57 EDT (Sun, 21 Jun 2009)
@@ -263,10 +263,6 @@
>
                                 </File>
                                 <File
- RelativePath="..\..\..\boost\monotonic\chain.hpp"
- >
- </File>
- <File
                                         RelativePath="..\..\..\boost\monotonic\config.hpp"
>
                                 </File>
@@ -287,18 +283,6 @@
>
                                 </File>
                                 <File
- RelativePath="..\..\..\boost\monotonic\inline_clone_allocator.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\monotonic\link.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\monotonic\list.hpp"
- >
- </File>
- <File
                                         RelativePath="..\..\..\boost\monotonic\local.hpp"
>
                                 </File>
@@ -307,18 +291,6 @@
>
                                 </File>
                                 <File
- RelativePath="..\..\..\boost\monotonic\map.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\monotonic\ptr_list.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\monotonic\set.hpp"
- >
- </File>
- <File
                                         RelativePath="..\..\..\boost\monotonic\shared_allocator.hpp"
>
                                 </File>
@@ -327,10 +299,6 @@
>
                                 </File>
                                 <File
- RelativePath="..\..\..\boost\monotonic\static_storage.h"
- >
- </File>
- <File
                                         RelativePath="..\..\..\boost\monotonic\static_storage.hpp"
>
                                 </File>
@@ -346,17 +314,45 @@
                                         RelativePath="..\..\..\boost\monotonic\thread_local_storage.hpp"
>
                                 </File>
- <File
- RelativePath="..\..\..\boost\monotonic\vector.hpp"
- >
- </File>
                                 <Filter
                                         Name="extra"
>
+ <File
+ RelativePath="..\..\..\boost\monotonic\extra\chain.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\boost\monotonic\extra\inline_clone_allocator.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\boost\monotonic\extra\list.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\boost\monotonic\extra\map.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\boost\monotonic\extra\ptr_list.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\boost\monotonic\extra\set.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\boost\monotonic\extra\vector.hpp"
+ >
+ </File>
                                 </Filter>
                                 <Filter
                                         Name="detail"
>
+ <File
+ RelativePath="..\..\..\boost\monotonic\detail\link.hpp"
+ >
+ </File>
                                 </Filter>
                         </Filter>
                         <Filter


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