Skip to content

Commit 9928fc4

Browse files
committed
Debug MSVC failure; cat xatomic.h
1 parent 99ca9aa commit 9928fc4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ jobs:
598598
with:
599599
python-version: ${{ matrix.python }}
600600

601+
- run: cat "c:\program files (x86)\microsoft visual studio 14.0\vc\include\xatomic.h"
602+
601603
- name: Update CMake
602604
uses: jwlawson/[email protected]
603605

tests/test_iostream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ struct TestThread {
4444
delete t_;
4545
}
4646

47-
void stop() { stop_ = 1; }
47+
void stop() { stop_ = true; }
4848

4949
void join() {
5050
py::gil_scoped_release gil_lock;

0 commit comments

Comments
 (0)