gbe_fork/cmake/share/cmake-3.27/Modules/TestForSTDNamespace.cxx

7 lines
81 B
C++
Raw Normal View History

2023-12-17 02:31:59 +08:00
#include <list>
int main(int, char*[])
{
std::list<int>();
return 0;
}