/* @copyright Russell Standish 2000-2013 @author Russell Standish This file is part of Classdesc Open source licensed under the MIT license. See LICENSE for details. */ #include "graphcode.h" #include #include using namespace GRAPHCODE_NS; main() { Ptrlist foo; std::random_shuffle(foo.begin(),foo.end()); }