Skip to content
Snippets Groups Projects
Commit 1a879cd8 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[discretefunction.default] allow move of ConstDiscreteFunction

parent f3f74bbd
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public:
ConstDiscreteFunction(const ThisType& other) = default;
ConstDiscreteFunction(ThisType&& source) = delete;
ConstDiscreteFunction(ThisType&& source) = default;
virtual ~ConstDiscreteFunction()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment