[inline_string] Differentiate inline_string on PMEM and DRAM#1166
[inline_string] Differentiate inline_string on PMEM and DRAM#1166lukaszstolarczuk merged 2 commits intopmem:masterfrom KFilipek:task-inline_string_change
Conversation
igchor
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @KFilipek)
instead of basic_inline_string so that there is no implicit copy of inline_string when string_view is passed. Authored by: Igor Chorazewicz
Codecov Report
@@ Coverage Diff @@
## master #1166 +/- ##
=======================================
Coverage 94.07% 94.07%
=======================================
Files 52 52
Lines 5163 5135 -28
=======================================
- Hits 4857 4831 -26
+ Misses 306 304 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
karczex
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 3 files reviewed, all discussions resolved (waiting on @KFilipek)
lukaszstolarczuk
left a comment
There was a problem hiding this comment.
👍
Reviewed 1 of 2 files at r2, 1 of 2 files at r3, 1 of 1 files at r4.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @KFilipek)
This change is