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

Commit2f5d91a

Browse files
committed
Minor fixes for Clang 3.1 support
1 parent190c310 commit2f5d91a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎boost/network/protocol/http/client/connection/simple_connection_factory.ipp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include<boost/network/protocol/http/client/options.hpp>
1515
#include<boost/network/detail/debug.hpp>
1616
#ifdef BOOST_NETWORK_DEBUG
17-
#include<network/uri_io.hpp>
17+
#include<network/uri/uri_io.hpp>
1818
#endif
1919
#include<boost/algorithm/string/case_conv.hpp>
2020

‎libs/network/example/twitter/rapidjson/document.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ class GenericDocument : public GenericValue<Encoding, Allocator> {
701701
GenericDocument&ParseStream(Stream& stream) {
702702
ValueType::SetNull();// Remove existing root if exist
703703
GenericReader<Encoding> reader;
704-
if (reader.Parse<parseFlags>(stream, *this)) {
704+
if (reader.templateParse<parseFlags>(stream, *this)) {
705705
RAPIDJSON_ASSERT(stack_.GetSize() ==sizeof(ValueType));// Got one and only one root object
706706
this->RawAssign(*stack_.templatePop<ValueType>(1));
707707
parseError_ =0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp