Skip to content

Commit 3c9d8e6

Browse files
author
rafalh
committed
Merge branch 'benchmark' of https://github.com/gitmodimo/cppgraphqlgen into benchmark
2 parents b09fa80 + cfaf399 commit 3c9d8e6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

samples/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ if(GRAPHQL_BUILD_MODULES)
1515
endif()
1616

1717

18-
add_subdirectory(extended)
19-
2018
add_subdirectory(validation)
2119

2220
if(GRAPHQL_BUILD_HTTP_SAMPLE)

src/RapidJSONResponse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ std::string toJSON(service::ResolverResult&& response)
110110

111111
std::move(response).visit().visit(writer);
112112

113-
return stream.str();
113+
return buffer.GetString();
114114
}
115115

116116
std::string toJSON(Value&& response)

0 commit comments

Comments
 (0)