ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

std::auto_ptr

This has been removed from the code base and replaced with std::unique_ptr

boost::regex

This has been replaced with std::regex

C++11/14

The code base has been upgraded to c++11 using CLANG.  See Using clang tidy to upgrade code base to c++11

  • No labels