|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r73277 - trunk/libs/conversion/doc
From: antoshkka_at_[hidden]
Date: 2011-07-21 11:35:12
Author: apolukhin
Date: 2011-07-21 11:35:11 EDT (Thu, 21 Jul 2011)
New Revision: 73277
URL: http://svn.boost.org/trac/boost/changeset/73277
Log:
Fixes #5723. Links in documentation are now implemented via [@boost: ]
Text files modified:
trunk/libs/conversion/doc/lexical_cast.qbk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/libs/conversion/doc/lexical_cast.qbk
==============================================================================
--- trunk/libs/conversion/doc/lexical_cast.qbk (original)
+++ trunk/libs/conversion/doc/lexical_cast.qbk 2011-07-21 11:35:11 EDT (Thu, 21 Jul 2011)
@@ -13,7 +13,7 @@
]
]
-[def __numericcast__ [@http://www.boost.org/libs/numeric/conversion/doc/html/boost_numericconversion/improved_numeric_cast__.html `boost::numeric_cast`]]
+[def __numericcast__ [@boost:libs/numeric/conversion/doc/html/boost_numericconversion/improved_numeric_cast__.html `boost::numeric_cast`]]
[def __proposallong__ [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1973.html Lexical Conversion Library Proposal for TR2, N1973 by Kevlin Henney and Beman Dawes]]
[def __proposalshort__ [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1973.html Lexical Conversion Library Proposal for TR2, N1973]]
@@ -73,7 +73,7 @@
[endsect]
[section Synopsis]
-Library features defined in [@http://www.boost.org/boost/lexical_cast.hpp boost/lexical_cast.hpp]:
+Library features defined in [@boost:boost/lexical_cast.hpp boost/lexical_cast.hpp]:
``
namespace boost
{
@@ -136,7 +136,7 @@
__proposallong__ to reset the flag but
remember that __proposalshort__ is not yet accepted by the committee. By the way, it's a great opportunity to
make your `operator>>` conform to the standard.
-Read a good C++ book, study `std::sentry` and [@../../libs/io/doc/ios_state.html `ios_state_saver`].
+Read a good C++ book, study `std::sentry` and [@boost:libs/io/doc/ios_state.html `ios_state_saver`].
* [*Question:] Why `std::cout << boost::lexical_cast<unsigned int>("-1");` does not throw, but outputs 4294967295?
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