You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be interested in making libltc const-correct?
I think it's a pretty simple API so it shouldn't be too difficult to do.
I think about a dozen of functions would be affected.
I may have a PR ready for this.
Let me know...
The text was updated successfully, but these errors were encountered:
Yes, adding const as a parameter qualifier will break ABI compatibility, but not API.
The API will still be able to compile and work, however there may be a few compiler warnings being thrown at you. (harmless but a little annoying) Although this also depends upon your compiler settings. If you give me permission to send you a PR I will do my best to get rid of all kinds of warnings and annoyances that such a change may produce.
However the ABI will break regardless.
Would you be interested in making libltc const-correct?
I think it's a pretty simple API so it shouldn't be too difficult to do.
I think about a dozen of functions would be affected.
I may have a PR ready for this.
Let me know...
The text was updated successfully, but these errors were encountered: