c++ - Cannot find <bits/c++config> C++17 Mac -


i working on macos sierra.

i trying switch c++17 filesystem feature. added cmake /usr/local/include/c++/7.2.0 directory includes c++17 located. when compile, following error:

/usr/local/include/c++/7.2.0/iostream:38:10: fatal error: 'bits/c++config.h' file not found include <bits/c++config.h>

i tried add more path compilation line in cmake file nothing seems working.

i think need find right bits/c++config.h file, not included in code downloaded latest version of g++.

any idea?

thanks in advance.

julien


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -