Conversation
12e59c8 to
2a6e7f4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1644 +/- ##
==========================================
+ Coverage 80.30% 80.33% +0.03%
==========================================
Files 349 350 +1
Lines 14023 14040 +17
Branches 1512 1514 +2
==========================================
+ Hits 11260 11278 +18
+ Misses 2153 2148 -5
- Partials 610 614 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9eaa8bf to
44008f2
Compare
da728fd to
ee27ba0
Compare
84e51d0 to
ddef9e3
Compare
andrey-kashcheev
previously approved these changes
Nov 14, 2025
d6aeca3 to
c1366ee
Compare
rustam-gamidov-here
approved these changes
Nov 14, 2025
Add olp::porting::any wrapper which should use std::any for C++17 or boost::any for C++14 and older. Relates-To: NLAM-157 Signed-off-by: Khomenko Denys <ext-denys.khomenko@here.com>
c1366ee to
586f718
Compare
mykolamalik
approved these changes
Nov 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create olp::porting::any to use either boost::any or std::any for different compiler versions
Relates-To: NLAM-157