Author Topic: dont parse std::filesystem  (Read 124 times)

Offline viewrock

  • Single posting newcomer
  • *
  • Posts: 1
dont parse std::filesystem
« on: Today at 01:30:36 am »
Hello, i try to learn std::filesystem
do this:
compile flag to c++20 iso standart
#include <filesystem>
and when a try std::filesystem:: - i have only       ::__file_clock  in code complection
but all the tutorial examples compile successfully!!!.
I dont understand how to fix code complection to <filesystem>
i use codeblocks with minGW.
ps:: on visual studio all works correctly.
ps2:: std::string is broken too.)
ps3:: Sorry for my English.