Boost logo

Boost-Commit :

From: filip.konvicka_at_[hidden]
Date: 2008-02-14 07:06:36


Author: fkonvick
Date: 2008-02-14 07:06:35 EST (Thu, 14 Feb 2008)
New Revision: 43245
URL: http://svn.boost.org/trac/boost/changeset/43245

Log:
fixed bug
Text files modified:
   sandbox/boost_docs/subprojects/DebuggerVisualizers/boost__IP.msvc8.vis.txt | 21 +++++++++++----------
   1 files changed, 11 insertions(+), 10 deletions(-)

Modified: sandbox/boost_docs/subprojects/DebuggerVisualizers/boost__IP.msvc8.vis.txt
==============================================================================
--- sandbox/boost_docs/subprojects/DebuggerVisualizers/boost__IP.msvc8.vis.txt (original)
+++ sandbox/boost_docs/subprojects/DebuggerVisualizers/boost__IP.msvc8.vis.txt 2008-02-14 07:06:35 EST (Thu, 14 Feb 2008)
@@ -21,15 +21,16 @@
 ;------------------------------------
 ; boost::interprocess::offset_ptr
 boost::interprocess::offset_ptr<*> {
-preview( #if($e.m_offset==1) (#("null")) #else (#("non-null")) )
-children(
- #(
- #array(
- expr: (($T1*)(((char*)(void*)&$c)+$c.m_offset)),
- size: #if($c.m_offset==1) (0) #else (1)
- ) : $e
+ preview( #if($e.m_offset==1) (#("null")) #else (#("non-null")) )
+ children(
+ #(
+ #array(
+ expr: (($T1*)(((char*)(void*)&$c)+$c.m_offset)),
+ size: #if($c.m_offset==1) (0) #else (1)
+ ) : $e
+ )
   )
-)
+}
 ;
-; BOOST_VISUALIZER_START boost::interprocess
-;-------------------------------------------
+; BOOST_VISUALIZER_END boost::interprocess
+;-----------------------------------------


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