Skip to content
  • Dimitrij Mijoski's avatar
    447b1555
    Rename doctest_impl.h to doctest.cpp for less confusion. (#185) · 447b1555
    Dimitrij Mijoski authored
    doctest_impl.h was not really a header file, it contains ODR definitions.
    It was meant to be included by one and exactly one implementation file.
    It was confusing for contributors. Now it is more clear.
    
    Catch2 names its implementation files .cpp.
    
    As a consequence, we simplified the creation of doctest with main.
    Extra file doctest_main.cpp is not needed.
    447b1555
    Rename doctest_impl.h to doctest.cpp for less confusion. (#185)
    Dimitrij Mijoski authored
    doctest_impl.h was not really a header file, it contains ODR definitions.
    It was meant to be included by one and exactly one implementation file.
    It was confusing for contributors. Now it is more clear.
    
    Catch2 names its implementation files .cpp.
    
    As a consequence, we simplified the creation of doctest with main.
    Extra file doctest_main.cpp is not needed.
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
Loading