Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
c04cd0b6
Commit
c04cd0b6
authored
Apr 20, 2022
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add changelog entries for #1236 cleanups
parent
81c31050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
CHANGELOG.md
CHANGELOG.md
+16
-0
No files found.
CHANGELOG.md
View file @
c04cd0b6
...
...
@@ -12,10 +12,26 @@ is based on [Keep a Changelog](https://keepachangelog.com).
destructor of the promise now checks for this case.
-
Accessing URI fields now always returns the normalized string.
### Changed
-
Remote spawning of actors is no longer considered experimental.
### Deprecated
-
The obsolete meta-programming utilities
`replies_to`
and
`reacts_to`
no longer
serve any purpose and are thus deprecated.
-
The types
`caf::byte`
,
`caf::optional`
and
`caf::string_view`
became obsolete
after switching to C++17. Consequently, these types are now deprecated in
favor of their standard library counterpart.
### Removed
-
The template type
`caf::variant`
also became obsolete when switching to C++17.
Unfortunately, the implementation was not as standalone as its deprecated
companions and some of the free functions like
`holds_alternative`
were too
greedy and did not play nicely with ADL when using
`std::variant`
in the same
code base. Since fixing
`caf::variant`
does not seem to be worth the time
investment, we remove this type without a deprecation cycle.
## [0.18.6]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment