Jump to content

Dēcapitāre

Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Dēcapitāre

  1. I would consider this to be a "optimization": CWhisper* CPythonChat::CreateWhisper(const char* c_szName) { auto [itor, inserted] = m_WhisperMap.try_emplace(c_szName, nullptr); if (inserted) { itor->second = CWhisper::New(); } return itor->second; } Best regards
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.