diff options
author | Antony Polukhin <antoshkka@gmail.com> | 2011-08-17 18:43:10 +0000 |
---|---|---|
committer | Antony Polukhin <antoshkka@gmail.com> | 2011-08-17 18:43:10 +0000 |
commit | a1968c630f9dc5fa860ae0eb968be73d424056b0 (patch) | |
tree | 37127a0b5e65a6d6e9e3d50c7f374ff060771d96 /doc | |
parent | 5c1641017f79a93b897a7121833e27e508430f67 (diff) | |
download | boost-a1968c630f9dc5fa860ae0eb968be73d424056b0.tar.gz |
Merge from trunk r73850
* Compile time optimizations
* Float types optimizations
* Source code refactoring
* Parsing and writing inf and nan values according to the standart
* Fixed some bugs and warnings
* New tests
* New documentation
[SVN r73851]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/boost_lexical_cast.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/html/boost_lexical_cast.html b/doc/html/boost_lexical_cast.html new file mode 100644 index 0000000000..0582217623 --- /dev/null +++ b/doc/html/boost_lexical_cast.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com> + + Distributed under the Boost Software License, Version 1.0. + (See accompanying file LICENSE_1_0.txt or copy at + http://www.boost.org/LICENSE_1_0.txt) --> + <title>Redirect to generated documentation</title> + <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boost_lexical_cast.html"> + </head> + <body> + Automatic redirection failed, please go to + <a href="http://boost-sandbox.sourceforge.net/doc/html/boost_lexical_cast.html">http://boost-sandbox.sourceforge.net/doc/html/boost_lexical_cast.html</a> + </body> +</html> |