removed template args from the constructor declarations#1011
removed template args from the constructor declarations#1011luxapana wants to merge 3 commits intoopen-telemetry:mainfrom
Conversation
|
lalitb
left a comment
There was a problem hiding this comment.
Thanks for the fix. You have to sign the CLA to get this through :)
Codecov Report
@@ Coverage Diff @@
## main #1011 +/- ##
=======================================
Coverage 94.85% 94.85%
=======================================
Files 151 151
Lines 5972 5972
=======================================
Hits 5664 5664
Misses 308 308 |
|
Can some one please let me know some info on how to fix two failures above? format and EasyCLA. I did signed the agreement however. |
easyCLA: https://docs.linuxfoundation.org/lfx/easycla/v1-deprecated/contributors/individual-contributor If you have already signed the agreement, probably it gets fixed with the next commit to this PR. Let us know if it doesn't work. |
|
@manushawijekoon do you still need more instructions to fix CLA and format? |
|
#1029 fixes this issue, so closing the PR. |
Fixes # (1010)
Changes
Please provide a brief description of the changes here.
Removed template params from constructor declaration to comly with c++20 standard.