jbeder / yaml-cpp

A YAML parser and emitter in C++
MIT License
4.91k stars 1.77k forks source link

workflows/build.yml: Use debug std C++ library on Ubuntu #1247

Closed rico-chet closed 7 months ago

rico-chet commented 7 months ago

Protect from regressions due to use of undefined or implementation-specific behavior when using std:: containers and smart pointers.

This only has effect on platforms with the GNU standard C++ library.

Refer to https://gcc.gnu.org/onlinedocs/libstdc++/manual/debug_mode.html.

rico-chet commented 7 months ago

should prove that #1080 is not an issue