I am trying to include in my source code. But there seems to be no print header file in the include directory and it’s subdirectories.
Other header file from c++23 like stdfloat,expected,etc is present in the subdirectory of the include folder of the compiler.(C:/msys2/ucrt/include/)
I am on windows10.
msys2 mingw64-w64-ucrt compiler.
I tired running
pacman -S mingw-w64-ucrt-x86_64-libc++
and
pacman -Suy
in the msys2 ucrt shell. But the header still could not be found.