Skip to content

Commit

Permalink
Update context.cpp to use "Using" instead of typedef (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriish authored Apr 8, 2024
1 parent ed42ec1 commit 95acfe9
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 95acfe9

Please sign in to comment.