Skip to content

Commit

Permalink
make function inline
Browse files Browse the repository at this point in the history
  • Loading branch information
flippmoke committed Jul 15, 2020
1 parent e2a8e0a commit 1314d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mapbox/geometry_io.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void to_stream(mapbox::feature::property_map const&, std::ostream& dest);

void to_stream(std::vector<mapbox::feature::value> const&, std::ostream& dest);

void quote_string(std::string const& in, std::ostream& dest)
inline void quote_string(std::string const& in, std::ostream& dest)
{
dest << '\"';
for (char c : in)
Expand Down

0 comments on commit 1314d18

Please sign in to comment.