Skip to content

Commit 70f4688

Browse files
Add comment per @knoepfel
See #121 (comment) Co-authored-by: Kyle Knoepfel <knoepfel@fnal.gov>
1 parent 56a8cc0 commit 70f4688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phlex/model/product_store.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace phlex::experimental {
7777
product_store_const_ptr parent_{nullptr};
7878
products products_{};
7979
level_id_ptr id_;
80-
std::string source_;
80+
std::string source_; // FIXME: Should not have to copy the string (the source should outlive the product store)
8181
stage stage_;
8282
};
8383

0 commit comments

Comments
 (0)