Skip to content

Commit

Permalink
chg
Browse files Browse the repository at this point in the history
  • Loading branch information
lwinkler committed Oct 11, 2022
1 parent e2a95ca commit 74abfdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/*.pyc
build/
3 changes: 1 addition & 2 deletions class/broker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ void serialize_out1(Archive & ar, std::tuple<typename pop_decay<Args>::type...>
/// An object constructor for the broker
template<class ParClass> class broker_constructor_sync {
public:
broker_constructor_sync() {
}
broker_constructor_sync() = default;

broker_constructor_sync(ParClass* _p_obj) {
obj_ptr_.reset(_p_obj);
Expand Down

0 comments on commit 74abfdc

Please sign in to comment.