Closed PieroV closed 1 year ago
Hi,
thanks for reporting the issue. ozz depends on standard c++ library for sure.
How would you rephrase that sentence in the README? Could you propose a PR?
Cheers, Guillaume
Hi,
thanks for reporting the issue. ozz depends on standard c++ library for sure.
How would you rephrase that sentence in the README? Could you propose a PR?
Cheers, Guillaume
Done!
Thanks!
README.md
says:So, it says nothing about the standard C++ library (I interpret the standard CRT as the standard C Runtime/libc). However, when compiling with GCC 12 on Linux, with the standard C++ library disabled, I obtain this error:
I also get a few errors about
operator delete
not being defined, but I think I could do something about them (or just enable the standard C++ library for now).