Fem: modernize C++: return braced init list
This commit is contained in:
@@ -37,7 +37,7 @@ using namespace Fem;
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
std::string FemPostPipelinePy::representation() const
|
||||
{
|
||||
return std::string("<FemPostPipeline object>");
|
||||
return {"<FemPostPipeline object>"};
|
||||
}
|
||||
|
||||
PyObject* FemPostPipelinePy::read(PyObject *args)
|
||||
|
||||
Reference in New Issue
Block a user