Logo
Explore Help
Sign In
jackcartersmith/gse
1
0
Fork 0
You've already forked gse
Code Issues Pull Requests Actions Releases Activity
gse/third-party/cmake-3.27.7-linux-x86_64/share/cmake-3.27/Modules/TestForSTDNamespace.cxx
a c91cf5fa69 added third-party deps for both Linux and Windows + added vswhere to detect an installation of VS or build tools + added rush tool (src included) to run parallel jobs
2023-12-14 04:41:30 +02:00

7 lines
75 B
C++
Raw Blame History

#include <list>
int main(int, char*[])
{
std::list<int>();
return 0;
}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea
English
English
Licenses API