Commit 517dc6cb authored by Dominik Charousset's avatar Dominik Charousset Committed by Dominik Charousset

Remove outdated comment

parent e3591562
...@@ -16,20 +16,6 @@ ...@@ -16,20 +16,6 @@
* http://www.boost.org/LICENSE_1_0.txt. * * http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/ ******************************************************************************/
// The rationale of this header is to provide a serialization API
// that is compatbile to boost.serialization. In particular, the
// design goals are:
// - allow users to integrate existing boost.serialization-based code easily
// - allow to switch out this header with the actual boost header in boost.actor
//
// Differences in semantics are:
// - CAF does *not* respect class versions
// - the `unsigned int` argument is always 0 and ignored by CAF
//
// Since CAF requires all runtime instances to have the same types
// announced, different class versions in a single actor system would
// cause inconsistencies that are not recoverable.
#pragma once #pragma once
#include <string> #include <string>
...@@ -46,4 +32,3 @@ std::string pretty_type_name(const std::type_info& x); ...@@ -46,4 +32,3 @@ std::string pretty_type_name(const std::type_info& x);
} // namespace detail } // namespace detail
} // namespace caf } // namespace caf
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment