Marsel Khadiyev
Results
1
issues of
Marsel Khadiyev
Here's a failing test: ``` TEST(NodeTest, CreateMapWithFloatingPoint0Key) { Node node; node[0.0] = 1.0; EXPECT_TRUE(node.IsMap()); } ``` It doesn't work because the specialization of `get_idx` in `node/detail/impl.h` is enabled on `std::is_signed`...