ramitrathore

Results 1 issues of ramitrathore

### Description struct Contain { Contain() = delete; //Enable the default constructor to make it work explicit Contain(std::string contain) : m_Contain(std::move(contain)){} std::string m_Contain; }; NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(Contain, m_Contain); struct Container { std::string...

solution: invalid