Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
dumux-repositories
dumux
Commits
f774ad6b
Commit
f774ad6b
authored
8 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[changelog] const char* -> std:string may cause some compatibility issues in rare cases
parent
af5acafb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
with
4 additions
and
0 deletions
CHANGELOG.md
+
4
−
0
View file @
f774ad6b
...
@@ -111,6 +111,10 @@ Differences Between DuMuX 2.9 and DuMuX 2.10
...
@@ -111,6 +111,10 @@ Differences Between DuMuX 2.9 and DuMuX 2.10
This is important if you implement problem classes not deriving from the base
This is important if you implement problem classes not deriving from the base
problem classes in Dumux (
`ImplicitProblem`
,
`OneModelProblem`
,
problem classes in Dumux (
`ImplicitProblem`
,
`OneModelProblem`
,
`ImpetProblem`
, and
`MultidomainProblem`
).
`ImpetProblem`
, and
`MultidomainProblem`
).
-
All name-related methods that previously returned / received
`const char*`
do now use the type-safe alternative
`std::string`
. An example is
`FluidSystem::componentName()`
. If you need a
`const char*`
for special operation use the string member
`c_str()`
.
*
Deprecated PROPERTY and PARAMETER NAMES, to be removed after 2.10: BEWARE: The
*
Deprecated PROPERTY and PARAMETER NAMES, to be removed after 2.10: BEWARE: The
compiler will not print any warning if a deprecated property or parameter name
compiler will not print any warning if a deprecated property or parameter name
...
...
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