Jump to content

Error while Upgrade Server SRC to C++20 (VS22) - Windows


Recommended Posts

  • Active Member

Hey 😃
I try to upgrade my server src to c++20.

Ive worked with:


But i get this errors:
spacer.png

char_manager:
 

template<class Func>
Func CHARACTER_MANAGER::for_each_pc(Func f) {
    std::unordered_map<DWORD, LPCHARACTER>::iterator it;

    for (it = m_map_pkChrByPID.begin(); it != m_map_pkChrByPID.end(); ++it)
        f(it->second);

    return f;
}

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Guest
This topic is now closed to further replies.

Announcements



  • Similar Content

  • Activity

    1. 0

      Is there a way to make a quest run independet of player events? Lets say start quest automatically at server startup?

    2. 111

      Ulthar SF V2 (TMP4 Base)

    3. 0

      Quest function when 102.kill definition whereabouts help

    4. 5

      [M2 FILTER] Customized Client Filter

    5. 0

      [INGAME] RGB Color on chat broken

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.