File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ namespace boost { namespace network { namespace uri {
1414 namespace detail {
1515
1616 template <class Range , class Tag >
17- bool parse_specific (Range & range, uri_parts<Tag> & parts) {
17+ inline bool parse_specific (Range & range, uri_parts<Tag> & parts) {
1818 return true ;
1919 }
2020
2121 template <class Range , class Tag >
22- bool parse_uri (Range & range, uri_parts<Tag> & parts) {
22+ inline bool parse_uri (Range & range, uri_parts<Tag> & parts) {
2323 using spirit::qi::parse;
2424 using spirit::qi::lexeme;
2525 using spirit::ascii::char_;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ namespace boost { namespace network { namespace uri {
4343 };
4444
4545 template <>
46- bool parse_specific<
46+ inline bool parse_specific<
4747 string<tags::http>::type,
4848 tags::http
4949 >(
You can’t perform that action at this time.
0 commit comments