Skip to content

Commit

Permalink
Merge branch 'development' into feature-SMtower
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Sep 4, 2016
2 parents cfe86f8 + 710bd19 commit dd9321d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/librarylink.cpp.in
Expand Up @@ -590,7 +590,7 @@ DLLEXPORT int FS@ModelName@OpenHandle(

const Handle_id hid = get_new_handle();

handles.emplace(hid, std::move(data));
handles.insert(std::make_pair(hid, std::move(data)));

MArgument_setInteger(Res, hid);
} catch (const flexiblesusy::Error& e) {
Expand Down

0 comments on commit dd9321d

Please sign in to comment.