We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5805b15 commit 0cc40deCopy full SHA for 0cc40de
boost/mime.hpp
@@ -362,7 +362,7 @@ namespace detail {
362
363
364
template<typename Iterator, typename traits>
365
- boost::shared_ptr< basic_mime<traits> > parse_mime ( Iterator &begin, Iterator end, const char *default_content_type = "text/plain" );
+ static boost::shared_ptr< basic_mime<traits> > parse_mime ( Iterator &begin, Iterator end, const char *default_content_type = "text/plain" );
366
}
367
368
0 commit comments