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
Hello, isn't the include guard broken in the single header version of the library, or am I missing something?
There's is no macro #define _RYML_SINGLE_HEADER_AMALGAMATED_HPP_ anywhere and nothing stops the header from being included in translation unit multiple times. I added it on the second line and it fixed the symbol redefinition errors I was getting before.