charconv file not found
Unsolved
Installation and Deployment
-
Hello,
i am building some C++ qt code using emcc and i am getting the following
error #include <charconv> file not foundI am on windows bash
using emscrpten -
@fatimanaqvi What C++ compiler do you use?
-
I am using c++17
-
CC = emcc
CXX = em++
DEFINES = -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
CFLAGS = -pipe -O3 -Wall -W $(DEFINES)
CXXFLAGS = -pipe -O3 -std=c++17