Skip to content

Commit 3bb9231

Browse files
committed
Add note about product_query default constructor
1 parent 3a6efe4 commit 3bb9231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phlex/core/product_query.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
namespace phlex::experimental {
1313
class product_query {
1414
public:
15+
// FIXME: Boost JSON's parameter retrieval facilities require a default constructor
16+
// whenever the type is (e.g.) std::array<product_query< N>.
1517
product_query();
1618
product_query(product_specification spec, std::string layer);
1719

0 commit comments

Comments
 (0)