Skip to content

Commit eb65bfb

Browse files
committed
Remove unnamed namespace for compatibility with CUDA 11.7 (it does not make much sense anyway).
1 parent 3818208 commit eb65bfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_class_sh_shared_ptr_copy_move.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ PYBIND11_TYPE_CASTER_BASE_HOLDER(pybind11_tests::FooShPtr,
4848
PYBIND11_SMART_HOLDER_TYPE_CASTERS(pybind11_tests::FooSmHld)
4949

5050
namespace pybind11_tests {
51-
namespace {
5251

5352
TEST_SUBMODULE(class_sh_shared_ptr_copy_move, m) {
5453
namespace py = pybind11;
@@ -110,5 +109,4 @@ TEST_SUBMODULE(class_sh_shared_ptr_copy_move, m) {
110109
});
111110
}
112111

113-
} // namespace
114112
} // namespace pybind11_tests

0 commit comments

Comments
 (0)