Open JohnCoconut opened 5 years ago
So this suggests includes somewhere along the line aren't including all of their required resources. I'm stepping back for a bit to get better with C++, but when I get back I'll tend to this if it is still a problem.
I found the error when my editor uses
clang-format
to format the code.Example directory has a file
topo-sort1.cpp
. It includes two header files from bgl library.If I change the order to
gcc-8.2 compiler shows a error message shown below.
(The error message is also saved as a text file errorlog.txt, if you wish to read on your terminal.)