jupyter-xeus / cpp-terminal

C++ library for writing multiplatform terminal applications
https://jupyter-xeus.github.io/cpp-terminal/
Other
513 stars 54 forks source link

added the const qualifier to methods that do not change the object #275

Closed TobiasWallner closed 1 year ago

TobiasWallner commented 1 year ago

So that the objects may be used in a const context. this is regarding to the discussion: #264

flagarde commented 1 year ago

@TobiasWallner Nice, thanks for the work !