Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
ff57b466
Commit
ff57b466
authored
5 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
Remove deprecated memory.hh
parent
bbc620a3
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!785
Feature/adjust c++ checks
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
dune/common/std/CMakeLists.txt
+0
-1
0 additions, 1 deletion
dune/common/std/CMakeLists.txt
dune/common/std/memory.hh
+0
-22
0 additions, 22 deletions
dune/common/std/memory.hh
with
3 additions
and
23 deletions
CHANGELOG.md
+
3
−
0
View file @
ff57b466
...
...
@@ -21,6 +21,9 @@
## Deprecations and removals
- Remove deprecated header `
dune/common/std/memory.hh
`; use `
<memory>
`
instead.
- Deprecate header `
dune/common/std/utility.hh
`; use `
<utility>
` instead.
# Release 2.7
...
...
This diff is collapsed.
Click to expand it.
dune/common/std/CMakeLists.txt
+
0
−
1
View file @
ff57b466
...
...
@@ -3,7 +3,6 @@ install(
apply.hh
functional.hh
make_array.hh
memory.hh
optional.hh
type_traits.hh
utility.hh
...
...
This diff is collapsed.
Click to expand it.
dune/common/std/memory.hh
deleted
100644 → 0
+
0
−
22
View file @
bbc620a3
// -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set ts=8 sw=2 et sts=2:
#ifndef DUNE_COMMON_STD_MEMORY_HH
#define DUNE_COMMON_STD_MEMORY_HH
#warning dune/common/std/memory.hh is deprecated; use std::make_unique from <memory> instead
#include
<memory>
namespace
Dune
{
namespace
Std
{
using
std
::
make_unique
;
}
// namespace Std
}
// namespace Dune
#endif // #ifndef DUNE_COMMON_STD_MEMORY_HH
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment