mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
Remove unnamed namespace for compatibility with CUDA 11.7 (it does not make much sense anyway).
This commit is contained in:
parent
38182082f3
commit
eb65bfb80e
@ -48,7 +48,6 @@ PYBIND11_TYPE_CASTER_BASE_HOLDER(pybind11_tests::FooShPtr,
|
||||
PYBIND11_SMART_HOLDER_TYPE_CASTERS(pybind11_tests::FooSmHld)
|
||||
|
||||
namespace pybind11_tests {
|
||||
namespace {
|
||||
|
||||
TEST_SUBMODULE(class_sh_shared_ptr_copy_move, m) {
|
||||
namespace py = pybind11;
|
||||
@ -110,5 +109,4 @@ TEST_SUBMODULE(class_sh_shared_ptr_copy_move, m) {
|
||||
});
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace pybind11_tests
|
||||
|
Loading…
Reference in New Issue
Block a user