-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make source
a nested type of serializer
#74
Make source
a nested type of serializer
#74
Conversation
#include <boost/http_proto/detail/array_of_buffers.hpp> | ||
#include <boost/http_proto/detail/header.hpp> | ||
#include <boost/http_proto/detail/workspace.hpp> | ||
#include <boost/buffers/circular_buffer.hpp> | ||
#include <boost/buffers/mutable_buffer_span.hpp> | ||
#include <boost/buffers/range.hpp> | ||
#include <boost/buffers/type_traits.hpp> | ||
#include <boost/buffers/type_traits.hpp> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type traits twice?
An automated preview of the documentation is available at https://74.http-proto.prtest.cppalliance.org/libs/http_proto/doc/html/index.html |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #74 +/- ##
========================================
Coverage 88.09% 88.09%
========================================
Files 78 75 -3
Lines 4260 4260
========================================
Hits 3753 3753
Misses 507 507
Continue to review full report in Codecov by Sentry.
|
GCOVR code coverage report https://74.http-proto.prtest.cppalliance.org/gcovr/index.html |
Decided to keep the |
No description provided.