Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
suite a
  generic a  
  generic b c f #
  family b
    generic a  
    generic b c f #
    task c
        generic a  
        generic b c f #
        generic x #
  endfamily
endsuite


std::auto_ptr

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

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