jupyter-xeus / cpp-terminal

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

Fix Clang 17 #350

Closed tlane-jlg closed 5 months ago

tlane-jlg commented 5 months ago

I was getting segmentation faults for every example after building with Clang 17.0.6 and after further investigation it seems that the only issue was a typo in the size of the cin_buffer.

flagarde commented 5 months ago

Indeed nice catch. Thx !