Commit d2952af5 authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'issue/859'

Closes #859.
parents 3692476a c66ad81b
......@@ -41,14 +41,6 @@ public:
binary_serializer(execution_unit* ctx, buffer& buf);
binary_serializer(binary_serializer&&) = default;
binary_serializer& operator=(binary_serializer&&) = default;
binary_serializer(const binary_serializer&) = delete;
binary_serializer& operator=(const binary_serializer&) = delete;
// -- position management ----------------------------------------------------
/// Sets the write position to given offset.
......
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