We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90bb09 commit edbe842Copy full SHA for edbe842
1 file changed
src/games/game.h
@@ -602,13 +602,13 @@ class CartesianProductSpace {
602
603
class CartesianSubset {
604
public:
605
- const CartesianProductSpace *m_space;
+ const CartesianProductSpace *m_space{nullptr};
606
std::vector<std::vector<int>> m_allowedDigits;
607
};
608
609
template <class T> class CartesianTensor {
610
611
612
std::vector<T> m_data;
613
614
0 commit comments