Skip to content

Commit d1245b3

Browse files
apolukhinrobot-piglet
authored andcommitted
bug core: fix building with libstdc++
Tests: протестировано CI --- Pull Request resolved: #1080 commit_hash:eee21ad004f184a9445d0c6fa9f8155d1fe88c84
1 parent 4f40e7a commit d1245b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/userver/server/http/http_request.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class HttpRequest final {
293293
friend class HttpRequestHandler;
294294

295295
struct Impl;
296-
utils::FastPimpl<Impl, 1904, 16> pimpl_;
296+
utils::FastPimpl<Impl, 1936, 16> pimpl_;
297297
};
298298

299299
} // namespace server::http

0 commit comments

Comments
 (0)