Skip to content

Commit

Permalink
inline function to prevent multiple definitions at link time
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored and jeandet committed Feb 6, 2024
1 parent 563eae8 commit 9a4dd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dict.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ struct Dict

namespace detail
{
auto split_string(std::string const& path, char delimiter = '/')
auto inline split_string(std::string const& path, char delimiter = '/')
{
std::vector<std::string> keys;
std::string key;
Expand Down

0 comments on commit 9a4dd20

Please sign in to comment.