Skip to content
Snippets Groups Projects
Commit 3ea899fe authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

MinimizerInfo rm explicit ctors

parent a7875686
No related branches found
No related tags found
1 merge request!2423don't expose move c'tors to Python (#127)
Pipeline #133590 passed
......@@ -46,8 +46,6 @@ public:
, m_description(std::move(minimizerDescription))
{
}
MinimizerInfo(const MinimizerInfo&) = delete;
MinimizerInfo(MinimizerInfo&&) = default;
//! Sets currently active algorithm
void setAlgorithmName(const std::string& algorithmName);
......
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