2010/8/5 Александр Мартынов <[email protected]>: > > Thu, 5 Aug 2010 19:08:13 +0800 письмо от Dean Michael Berris > <[email protected]>: > >> >> Please don't top post. > Ok, sorry! > >> >> You should be able to get the function via ADL if you included the >> correct headers. There are a number of places where the source >> function is defined, for network messages in general. > > I can't understand what do you mean ;( What is the ADL is?
ADL = argument dependent lookup. It's how C++ looks up what actual function to use if the code has an unqualified function based on its parameters. -- Paolo Alexis Falcone Cell: 63-917-508-4702 SIP: 1-747-467-6906 GTalk: pfalcone YM: p.falcone Skype: pfalcone Gizmo5: paolo_falcone ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Cpp-netlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
