NOAA-OWP / ngen

Next Generation Water Modeling Engine and Framework Prototype
Other
84 stars 62 forks source link

Drop 'using std::shared_ptr' from high-level header #822

Closed PhilMiller closed 4 months ago

PhilMiller commented 4 months ago

It's really poor form to lift standard library names into the global namespace. Drop the using std::shared_ptr statement, and qualify the handful of places across the code that depended on it.

Checklist