Skip to content

Commit

Permalink
Update context.cpp to use "Using" instead of typedef
Browse files Browse the repository at this point in the history
Update context.cpp to use "Using" instead of typedef
  • Loading branch information
andriish authored Apr 4, 2024
1 parent f8aeced commit 4d36663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const char *main_module_header = R"_(#include <map>
{0}
typedef std::function< pybind11::module & (std::string const &) > ModuleGetter;
using ModuleGetter = std::function< pybind11::module & (std::string const &) >;
{1}
Expand Down

0 comments on commit 4d36663

Please sign in to comment.