]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/default_ctor.cc
Use effective-target instead of -std options
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / experimental / memory / shared_ptr / cons / default_ctor.cc
2016-08-26  Jonathan WakelyUse effective-target instead of -std options
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-10  Jonathan WakelyChange tests to use -std=gnu++14 not -std=gnu++1y
2015-11-13  Fan YouImplement std::experimental::shared_ptr with array...