Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-10-03 05:11:44


Author: johnmaddock
Date: 2007-10-03 05:11:42 EDT (Wed, 03 Oct 2007)
New Revision: 39666
URL: http://svn.boost.org/trac/boost/changeset/39666

Log:
Adjusted formatting.
Text files modified:
   sandbox/math_toolkit/libs/math/doc/policy_tutorial.qbk | 24 ++++++++++++------------
   1 files changed, 12 insertions(+), 12 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/policy_tutorial.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/policy_tutorial.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/policy_tutorial.qbk 2007-10-03 05:11:42 EDT (Wed, 03 Oct 2007)
@@ -118,24 +118,24 @@
 exception.
 
 [tip For Microsoft Visual Studio,you can add to the Project Property Page,
-C/C++, Preprocessor, Preprocessor definitions like:] [/MSVC tip]
-[pre
-\"BOOST_MATH_ASSERT_UNDEFINED_POLICY\=0\"
-\"BOOST_MATH_OVERFLOW_ERROR_POLICY\=\"errno_on_error\"\"
-]
+C/C++, Preprocessor, Preprocessor definitions like:
+
+``BOOST_MATH_ASSERT_UNDEFINED_POLICY=0
+BOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error``
+
 This may be helpful to avoid complications with pre-compiled headers
 that may mean that the equivalent definitions in source code:
 
- #define BOOST_MATH_ASSERT_UNDEFINED_POLICY false
- #define BOOST_MATH_OVERFLOW_ERROR_POLICY errno_on_error
+``#define BOOST_MATH_ASSERT_UNDEFINED_POLICY false
+#define BOOST_MATH_OVERFLOW_ERROR_POLICY errno_on_error``
   
 may be ignored.
 
-The compile command line shows:
-[pre
-/D \"BOOST_MATH_ASSERT_UNDEFINED_POLICY\=0\"
-/D \"BOOST_MATH_OVERFLOW_ERROR_POLICY\=\"errno_on_error\"\"
-]
+The compiler command line shows:
+
+``/D "BOOST_MATH_ASSERT_UNDEFINED_POLICY=0"
+/D "BOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error"``
+] [/MSVC tip]
 
 There is however a very important caveat to this:
 


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