mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-20 04:32:41 +00:00
Compare commits
2 Commits
boost-1.85
...
boost-1.86
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4914e1f40a | ||
|
|
0abef890ee |
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -315,8 +315,14 @@ jobs:
|
||||
- libc++abi-15-dev
|
||||
|
||||
- toolset: clang
|
||||
cxxstd: "11,14,17,2a"
|
||||
os: macos-11
|
||||
cxxstd: "11,14,17,20,2b"
|
||||
os: macos-12
|
||||
- toolset: clang
|
||||
cxxstd: "11,14,17,20,2b"
|
||||
os: macos-13
|
||||
- toolset: clang
|
||||
cxxstd: "11,14,17,20,2b"
|
||||
os: macos-14
|
||||
|
||||
- name: CMake tests
|
||||
cmake_tests: 1
|
||||
|
||||
@@ -2622,7 +2622,7 @@ proxy object.</p>
|
||||
<div class="section" id="header">
|
||||
<h4><a class="toc-backref" href="#id70">Header</a></h4>
|
||||
<pre class="literal-block">
|
||||
#include <boost/function_output_iterator.hpp>
|
||||
#include <boost/iterator/function_output_iterator.hpp>
|
||||
</pre>
|
||||
<pre class="literal-block">
|
||||
template <class UnaryFunction>
|
||||
|
||||
@@ -7,7 +7,7 @@ Header
|
||||
|
||||
::
|
||||
|
||||
#include <boost/function_output_iterator.hpp>
|
||||
#include <boost/iterator/function_output_iterator.hpp>
|
||||
|
||||
::
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ proxy object.</td>
|
||||
<div class="section" id="header">
|
||||
<h1><a class="toc-backref" href="#id1">Header</a></h1>
|
||||
<pre class="literal-block">
|
||||
#include <boost/function_output_iterator.hpp>
|
||||
#include <boost/iterator/function_output_iterator.hpp>
|
||||
</pre>
|
||||
<pre class="literal-block">
|
||||
template <class UnaryFunction>
|
||||
|
||||
Reference in New Issue
Block a user