Backport of sdbus-cpp to C++14 #300
beat-schaer
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@beat-schaer Hi, thanks for the message.
Originally, sdbus-c++ was written in C++14. But some years ago, the code was updated for C++17. (It was around this commit: 975f1bf.) So perhaps it make may it easier for you to look at how it was implemented before when porting back to C++14.
Yes, I think we could accept that. The only thing is additional maintenance it would incur... Would you be willing to then maintain this branch (synchronize with changes in main branch)? ;-) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I like sdbus-cpp very much and would like it to use for a customer. But unfortunately, it uses a target where the latest available compiler only speaks C++14.
Therefore, I consider a backport of sdbus-cpp to C++14. I have 2 questions concerning this:
Beta Was this translation helpful? Give feedback.
All reactions