mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Doc: Fixed changed url for ForwardIterator and OutputIterator
This commit is contained in:
@@ -353,8 +353,8 @@ For now, I'll put my stuff here ad-hoc (JDG). $$$]
|
||||
|
||||
[/ external]
|
||||
|
||||
[def __fwditer__ [@http://en.cppreference.com/w/cpp/concept/ForwardIterator `ForwardIterator`]]
|
||||
[def __outputiter__ [@http://en.cppreference.com/w/cpp/concept/OutputIterator `OutputIterator`]]
|
||||
[def __fwditer__ [@http://en.cppreference.com/w/cpp/named_req/ForwardIterator `ForwardIterator`]]
|
||||
[def __outputiter__ [@http://en.cppreference.com/w/cpp/named_req/OutputIterator `OutputIterator`]]
|
||||
[def __concepts__ [@http://www.boost.org/community/generic_programming.html#concept concepts]]
|
||||
[def __endianness__ [@http://en.wikipedia.org/wiki/Endianness endianness]]
|
||||
[def __iomanip__ [@http://www.cppreference.com/wiki/io/io_flags#manipulators Manipulators]]
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
[def __fusion__ [@boost:/libs/fusion/doc/html/index.html Boost.Fusion]]
|
||||
[def __boost_variant__ [@http://www.boost.org/doc/html/variant.html Boost.Variant]]
|
||||
[def __stl__ [@https://en.wikipedia.org/wiki/Standard_Template_Library STL]]
|
||||
[def __fwditer__ [@http://en.cppreference.com/w/cpp/concept/ForwardIterator `ForwardIterator`]]
|
||||
[def __outputiter__ [@http://en.cppreference.com/w/cpp/concept/OutputIterator `OutputIterator`]]
|
||||
[def __fwditer__ [@http://en.cppreference.com/w/cpp/named_req/ForwardIterator `ForwardIterator`]]
|
||||
[def __outputiter__ [@http://en.cppreference.com/w/cpp/named_req/OutputIterator `OutputIterator`]]
|
||||
[def __concepts__ [@http://www.boost.org/community/generic_programming.html#concept concepts]]
|
||||
[def __endianness__ [@http://en.wikipedia.org/wiki/Endianness endianness]]
|
||||
[def __iomanip__ [@http://www.cppreference.com/wiki/io/io_flags#manipulators Manipulators]]
|
||||
|
||||
Reference in New Issue
Block a user