Hi Fryderyk,
this is a known problem with the rc1 version using gcc-3.3. The compiler
seems to want to make a copy (or at least to access the copy
constructor) from user_table which it should not.
You may either use gcc-3.4 or remove line 687 of server_buffer.hpp and
change the next one to
const obby::user* user = basic_buffer<selector_type>::m_user_table.find(
name, user::flags::NONE, user::flags::CONNECTED);
This fix will also be included in the next release candidate.
-- armin
_______________________________________________
obby-users mailing list
[email protected]
http://draenor.its-toasted.org/mailman/listinfo/obby-users