Jump to content

xcsp

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About xcsp

Informations

  • Gender
    Male

Recent Profile Visitors

881 profile views

xcsp's Achievements

Apprentice

Apprentice (3/16)

  • Dedicated
  • Reacting Well
  • Conversation Starter
  • First Post
  • Week One Done

Recent Badges

0

Reputation

  1. Peer.cpp: In member function 'bool CPeer::CheckMapIndex(long int) const': Peer.cpp:141:14: error: 'find' is not a member of 'std' return std::find(std::begin(m_alMaps), std::end(m_alMaps), lMapIndex) != std::end(m_alMaps); ^~~~ Peer.cpp:141:14: note: suggested alternative: 'bind' return std::find(std::begin(m_alMaps), std::end(m_alMaps), lMapIndex) != std::end(m_alMaps); ^~~~ bind how do i fix this error? Thanks
  2. Hi, where is the problem? I dont find this function in db source. Db crash random with this error: How solve it? Thanks.
  3. Bravo, Congratulations, finally someone posted solution to this problem !!!!
  4. Hello, how to solve this problem .. i searched the net but I could not find any explanation. Thank you.
×
×
  • 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.