mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove transitional import of std::unique_ptr in Foam namespace
This commit is contained in:
@ -75,11 +75,6 @@ namespace Detail {}
|
||||
//- Additional OpenFOAM modules
|
||||
namespace Module {}
|
||||
|
||||
// Standard items
|
||||
|
||||
//- Allow use of std::unique_ptr directly as Foam::unique_ptr
|
||||
using std::unique_ptr;
|
||||
|
||||
|
||||
//- A functor that returns its argument unchanged (cf. C++20 std::identity)
|
||||
//- Should \em never be specialized.
|
||||
|
||||
Reference in New Issue
Block a user