We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0795540 commit 13b0691Copy full SHA for 13b0691
CHANGELOG.md
@@ -32,6 +32,14 @@
32
`TEST_Fortran_API`, since it now only triggers compilation of the
33
`Fortran_host` test case.
34
35
+### Fixed
36
+
37
+- `std::string`-s are now used in the `Meddle` object functions manipulating
38
+ the surface functions map. Explicit casts from `const char *` to `std::string`
39
+ are handled in the API functions.
40
+- Properly enforce `const`-correctness of the `Meddle` object and of its usage
41
+ in the context API.
42
43
## [Version 1.2.0-rc1] - 2018-03-02
44
45
### Added
0 commit comments