Repository URL to install this package:
#include <list> int main(int, char*[]) { std::list<int>(); return 0; }