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
Tobias Leibner
dune-common
Commits
754581d6
Verified
Commit
754581d6
authored
5 years ago
by
Ansgar Burchardt
Browse files
Options
Downloads
Patches
Plain Diff
[cmake] drop feature detection of `std::make_unique`
parent
e0c1336c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/modules/CheckCXXFeatures.cmake
+0
-6
0 additions, 6 deletions
cmake/modules/CheckCXXFeatures.cmake
config.h.cmake
+0
-3
0 additions, 3 deletions
config.h.cmake
with
0 additions
and
9 deletions
cmake/modules/CheckCXXFeatures.cmake
+
0
−
6
View file @
754581d6
...
...
@@ -523,12 +523,6 @@ check_include_file_cxx(
DUNE_HAVE_HEADER_EXPERIMENTAL_TYPE_TRAITS
)
check_cxx_symbol_exists
(
"std::make_unique<int>"
memory
DUNE_HAVE_CXX_MAKE_UNIQUE
)
check_cxx_symbol_exists
(
"std::move<std::bool_constant<true>>"
"utility;type_traits"
...
...
This diff is collapsed.
Click to expand it.
config.h.cmake
+
0
−
3
View file @
754581d6
...
...
@@ -41,9 +41,6 @@
/* does the standard library provide <experimental/type_traits> ? */
#cmakedefine DUNE_HAVE_HEADER_EXPERIMENTAL_TYPE_TRAITS 1
/* does the standard library provide
make_unique
()
? */
#cmakedefine DUNE_HAVE_CXX_MAKE_UNIQUE 1
/* does the standard library provide bool_constant ? */
#cmakedefine DUNE_HAVE_CXX_BOOL_CONSTANT 1
...
...
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