update: address review points

This commit is contained in:
Henry Schreiner
2020-07-30 16:04:26 -04:00
committed by Henry Schreiner
parent f64d5aa6da
commit 1651c32492
4 changed files with 29 additions and 23 deletions

View File

@@ -11,8 +11,7 @@
#define PYBIND11_VERSION_MAJOR 2
#define PYBIND11_VERSION_MINOR 6
#define PYBIND11_VERSION_PATCH 0
#define PYBIND11_VERSION_TYPE "dev"
#define PYBIND11_VERSION_PATCH dev0
#define PYBIND11_NAMESPACE_BEGIN(name) namespace name {
#define PYBIND11_NAMESPACE_END(name) }