cpp-cheat/cpp/utility.cpp
2017-01-13 23:44:52 +00:00

20 lines
192 B
C++

/*
# utility
Lots of miscelaneous utilities.
http://en.cppreference.com/w/cpp/utility
*/
#include "common.hpp"
int main() {
/*
# forward
TODO
*/
{
}
}