kemcoi / libfacebookcpp

Automatically exported from code.google.com/p/libfacebookcpp
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Support non-RTTI environments #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
RTTI is disabled by most environments. We need to either roll our own 
facebook_cast, or allow a GetType() on AuthorizedObject so that polymorphic 
deserialization can properly be typed to the object if dynamic_cast isn't 
available.

Original issue reported on code.google.com by alyhirani on 3 Jul 2010 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by alyhirani on 8 Jul 2010 at 2:12

GoogleCodeExporter commented 9 years ago

Original comment by alyhirani on 8 Jul 2010 at 2:13

GoogleCodeExporter commented 9 years ago
Re-targeting for 2.0. Not a high priority.

Original comment by alyhirani on 10 Jul 2010 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by alyhirani on 31 Dec 2010 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by alyhirani on 8 Mar 2011 at 5:44