2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Update links from quickbook files

This commit is contained in:
Daniel James
2018-04-12 11:18:49 +01:00
parent a4f4815023
commit 4904d10700
9 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
[/
Copyright 2006 Rene Rivera
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
(See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt)
]
[/ i[ref alt]

View File

@@ -155,7 +155,7 @@ libraries rely on modern C++ features not available in all compilers, not all
Boost libraries will work with every compiler. The following compilers and
platforms have been extensively tested with Boost, although many other
compilers and platforms will work as well. For more information, see the
[@http://www.boost.org/regression/release/user/ regression test results].
[@https://www.boost.org/regression/release/user/ regression test results].
* [@http://developer.apple.com/ Apple GCC] 3.x on Mac OS X.
* [@http://www.codegear.com/products/cppbuilder Borland C++] 5.6.4 on Windows.

View File

@@ -73,7 +73,7 @@ libraries rely on modern C++ features not available in all compilers, not
all Boost libraries will work with every compiler. The following compilers
and platforms have been extensively tested with Boost, although many other
compilers and platforms will work as well. For more information, see the
[@http://www.boost.org/regression/release/user/ regression test results].
[@https://www.boost.org/regression/release/user/ regression test results].
['New for this release]: Support for building with the newest STLport-5.0 was
added. The support includes building with MinGW Runtime 3.8 plus STLport-5.0

View File

@@ -221,7 +221,7 @@ libraries rely on modern C++ features not available in all compilers, not all
Boost libraries will work with every compiler. The following compilers and
platforms have been extensively tested with Boost, although many other
compilers and platforms will work as well. For more information, see the
[@http://www.boost.org/regression/release/user/ regression test results].
[@https://www.boost.org/regression/release/user/ regression test results].
* [@http://developer.apple.com/ Apple GCC] 4.0.1 on Mac OS X.
* [@http://www.codegear.com/products/cppbuilder Borland C++] 5.8.2 on Windows.

View File

@@ -25,7 +25,7 @@ libraries rely on modern C++ features not available in all compilers, not all
Boost libraries will work with every compiler. New in this release The
following compilers and platforms have been extensively tested with Boost,
although many other compilers and platforms will work as well. For more
information, see the [@http://www.boost.org/regression/release/user/ regression
information, see the [@https://www.boost.org/regression/release/user/ regression
test results].
* [@http://developer.apple.com/ Apple GCC] 4.0.1 on Mac OS X.

View File

@@ -222,7 +222,7 @@
* Fixed issue in `bessel_jy` which causes Y[sub 8.5](4[pi]) to yield a NaN.
* [phrase library..[@/libs/msm/ MSM]:]
* eUML : better syntax for front-ends defined with eUML as transition table only. Caution: Breaking Change![@http://www.boost.org/doc/libs/1_50_0/libs/msm/doc/HTML/ch03s04.html#eUML-composite-table]
* eUML : better syntax for front-ends defined with eUML as transition table only. Caution: Breaking Change![@https://www.boost.org/doc/libs/1_50_0/libs/msm/doc/HTML/ch03s04.html#eUML-composite-table]
* Bugfix: graph building was only working if initial_state defined as a sequence.
* Bugfix: flags defined for a Terminate or Interrupt state do not break the blocking function of these states any more.
* Bugfix: multiple deferred events from several regions were not working in every case.

View File

@@ -126,7 +126,7 @@
* Updated to use the new config macros.
* [phrase library..[@/libs/msm/ MSM]:]
* Support for boost::any [@http://www.boost.org/doc/libs/1_51_0/libs/msm/doc/HTML/ch03s03.html#any-event] or kleene [@http://www.boost.org/doc/libs/1_51_0/libs/msm/doc/HTML/ch03s04.html#kleene-event] as acceptable events
* Support for boost::any [@https://www.boost.org/doc/libs/1_51_0/libs/msm/doc/HTML/ch03s03.html#any-event] or kleene [@https://www.boost.org/doc/libs/1_51_0/libs/msm/doc/HTML/ch03s04.html#kleene-event] as acceptable events
* Bugfix: compiler error with fsm internal table and none (compound) event.
* Bugfix: euml::defer_ leading to stack overflow.

View File

@@ -79,7 +79,7 @@ exist several unresolved issues. These include:
# [@/patches/1_55_0/001-log_fix_dump_avx2.patch Log patch]:
fixes incorrect output of the
[@http://www.boost.org/doc/libs/1_55_0/libs/log/doc/html/log/detailed/utilities.html#log.detailed.utilities.manipulators.dump dump]
[@https://www.boost.org/doc/libs/1_55_0/libs/log/doc/html/log/detailed/utilities.html#log.detailed.utilities.manipulators.dump dump]
manipulator, when used on AVX2-enabled CPU (e.g. Intel Haswell).
[endsect]

View File

@@ -46,7 +46,7 @@ it can even happen for some correctly written function objects.
[section Where Can I Learn More?]
Please see the documentation for
[@http://www.boost.org/doc/libs/1_52_0/libs/utility/utility.htm#result_of `boost::result_of`]
[@https://www.boost.org/doc/libs/1_52_0/libs/utility/utility.htm#result_of `boost::result_of`]
to understand the differences between TR1 `result_of` and `decltype`
`result_of`, and to find out how you can write your code to accommodate
both.