mirror of
https://github.com/boostorg/thread.git
synced 2026-02-08 11:12:23 +00:00
Compare commits
3 Commits
boost-1.88
...
boost-1.88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d68c9c42c | ||
|
|
b3183638cb | ||
|
|
49ccf9c30a |
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -28,16 +28,19 @@ jobs:
|
||||
os: ubuntu-latest
|
||||
install: g++-5
|
||||
- toolset: gcc-7
|
||||
os: ubuntu-20.04
|
||||
install: g++-7
|
||||
container: ubuntu:18.04
|
||||
os: ubuntu-latest
|
||||
- toolset: gcc-9
|
||||
os: ubuntu-20.04
|
||||
container: ubuntu:20.04
|
||||
os: ubuntu-latest
|
||||
- toolset: gcc-11
|
||||
os: ubuntu-22.04
|
||||
- toolset: gcc-13
|
||||
os: ubuntu-24.04
|
||||
- toolset: clang
|
||||
os: ubuntu-20.04
|
||||
container: ubuntu:20.04
|
||||
os: ubuntu-latest
|
||||
install: clang
|
||||
- toolset: clang
|
||||
os: ubuntu-22.04
|
||||
- toolset: clang
|
||||
|
||||
@@ -4668,7 +4668,7 @@ namespace detail
|
||||
}
|
||||
run_it& operator=(BOOST_THREAD_RV_REF(run_it) x) BOOST_NOEXCEPT {
|
||||
if (this != &x) {
|
||||
that_=x.that;
|
||||
that_=x.that_;
|
||||
x.that_.reset();
|
||||
}
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user