-
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
serializer
constructs source
#77
serializer
constructs source
#77
Conversation
bfab1cb
to
d85b15c
Compare
GCOVR code coverage report https://77.http-proto.prtest.cppalliance.org/gcovr/index.html |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #77 +/- ##
===========================================
- Coverage 88.09% 88.09% -0.01%
===========================================
Files 78 78
Lines 4260 4257 -3
===========================================
- Hits 3753 3750 -3
Misses 507 507
Continue to review full report in Codecov by Sentry.
|
GCOVR code coverage report https://77.http-proto.prtest.cppalliance.org/gcovr/index.html |
870044f
to
216d723
Compare
GCOVR code coverage report https://77.http-proto.prtest.cppalliance.org/gcovr/index.html |
216d723
to
0f608ac
Compare
0f608ac
to
bc52adc
Compare
GCOVR code coverage report https://77.http-proto.prtest.cppalliance.org/gcovr/index.html |
GCOVR code coverage report https://77.http-proto.prtest.cppalliance.org/gcovr/index.html |
static_assert( | ||
std::is_constructible<Source, Args...>::value || | ||
std::is_constructible<Source, buffered_base::allocator&, Args...>::value, | ||
"The Source cannot be constructed with the given arguments"); |
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.
Nice !
This looks good |
GCOVR code coverage report https://77.http-proto.prtest.cppalliance.org/gcovr/index.html |
No description provided.