Changes between Version 4 and Version 5 of CodingPatterns


Ignore:
Timestamp:
May 15, 2019, 12:24:57 PM (5 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodingPatterns

    v4 v5  
    1818* Taking ownership of a returned object should be done as a `std::unique_ptr<Object>`
    1919
    20 = Investigations
     20= To Be Investigated
    2121
    2222== Geometry Factory improvements