Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0cc40de

Browse files
author
Dean Michael Berris
committed
Fixing mismatch between the forward declaration signature and the implementation signature of the parse_mime function.
1 parent5805b15 commit0cc40de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/mime.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ namespace detail {
362362

363363

364364
template<typename Iterator,typename traits>
365-
boost::shared_ptr< basic_mime<traits> >parse_mime ( Iterator &begin, Iterator end,constchar *default_content_type ="text/plain" );
365+
staticboost::shared_ptr< basic_mime<traits> >parse_mime ( Iterator &begin, Iterator end,constchar *default_content_type ="text/plain" );
366366
}
367367

368368

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp