mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
Eliminate pybindit namespace (#5607)
* Factor out pybind11/detail/pybind11_namespace_macros.h from pybind11/detail/common.h * Eliminate `pybindit` namespace, use pybind11/detail/pybind11_namespace_macros.h instead. * Fix oversight: add pybind11_namespace_macros.h in tests/extra_python_package/test_files.py * [skip ci] Add copyright notice.
This commit is contained in:
committed by
GitHub
parent
6d1f28fe2b
commit
a28ea8ccc5
@@ -13,8 +13,8 @@
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "catch.hpp"
|
||||
|
||||
using pybindit::memory::smart_holder;
|
||||
namespace poc = pybindit::memory::smart_holder_poc;
|
||||
using pybind11::memory::smart_holder;
|
||||
namespace poc = pybind11::memory::smart_holder_poc;
|
||||
|
||||
namespace helpers {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user