Skip to content

Commit

Permalink
Update context.cpp to use "Using" instead of typedef (RosettaCommons#295
Browse files Browse the repository at this point in the history
)
  • Loading branch information
andriish authored and ldedier-gpfw committed Sep 16, 2024
1 parent 36f1ade commit c7e4cde
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 c7e4cde

Please sign in to comment.