Skip to content

Commit

Permalink
#1501: vrt_coll: add breaking assertion when migratable is used
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Aug 19, 2021
1 parent fcc7517 commit f83bf91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vt/vrt/collection/param/construct_po.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ struct ConstructParams {
* \param[in] is_migratable is migratable?
*/
ThisType&& migratable(bool is_migratable) {
vtAssert(false, "Currently this is not implemented");
migratable_ = is_migratable;
return std::move(*this);
}
Expand Down

0 comments on commit f83bf91

Please sign in to comment.