Skip to content

Commit

Permalink
Merge pull request #34280 from Dr15Jones/moveNamespacePyBind11
Browse files Browse the repository at this point in the history
Moved using namespace within PyBind11 function
  • Loading branch information
cmsbuild committed Jun 30, 2021
2 parents 86c5f5c + 2f700ab commit 77f09b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FWCore/PyDevParameterSet/src/PyBind11Module.h
Expand Up @@ -32,9 +32,8 @@

#include <pybind11/pybind11.h>

using namespace cmspython3;

PYBIND11_MODULE(libFWCorePyDevParameterSet, m) {
using namespace cmspython3;
pybind11::register_exception_translator([](std::exception_ptr p) {
try {
if (p)
Expand Down

0 comments on commit 77f09b7

Please sign in to comment.