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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Timo Koch
dune-common
Commits
6e08c8ae
Commit
6e08c8ae
authored
9 years ago
by
Ansgar Burchardt
Browse files
Options
Downloads
Patches
Plain Diff
doc: HAVE_DUNE_HASH is always defined
Since
de430584
HAVE_DUNE_HASH is always defined.
parent
94a327ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/common/hash.hh
+0
-3
0 additions, 3 deletions
dune/common/hash.hh
with
0 additions
and
3 deletions
dune/common/hash.hh
+
0
−
3
View file @
6e08c8ae
...
...
@@ -284,7 +284,6 @@ namespace Dune {
//! Calculates the hash value of arg and combines it in-place with seed.
/**
* \note This function is only available if the macro `HAVE_DUNE_HASH` is defined.
*
* \param seed The hash value that will be combined with the hash of arg.
* \param arg The object for which to calculate a hash value and combine it with seed.
...
...
@@ -297,7 +296,6 @@ namespace Dune {
//! Hashes all elements in the range [first,last) and returns the combined hash.
/**
* \note This function is only available if the macro `HAVE_DUNE_HASH` is defined.
*
* \param first Iterator pointing to the first object to hash.
* \param last Iterator pointing one past the last object to hash.
...
...
@@ -318,7 +316,6 @@ namespace Dune {
//! Hashes all elements in the range [first,last) and combines the hashes in-place with seed.
/**
* \note This function is only available if the macro `HAVE_DUNE_HASH` is defined.
*
* \param seed Start value that will be combined with the hash values of all objects in
* the range using hash_combine() in sequential fashion.
...
...
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