Typo in callback Example in driver documentation

14 views
Skip to first unread message

Kirill Khistyaev

unread,
Aug 20, 2015, 4:26:01 PM8/20/15
to DataStax C++ Driver for Apache Cassandra User Mailing List
Future is missing in documentation on Datastax website at:
http://docs.datastax.com/en/developer/cpp-driver/2.1/cpp-driver/reference/futures.html

It should be
cass_future_set_callback(future, on_result, NULL);
instead of
cass_future_set_callback(on_result, NULL);
if I am not mistaken.

Not a big deal but can be confusing for someone.

Michael Penick

unread,
Aug 20, 2015, 5:20:18 PM8/20/15
to cpp-dri...@lists.datastax.com
Thanks for letting us know. I'll get that fixed.

Mike

To unsubscribe from this group and stop receiving emails from it, send an email to cpp-driver-us...@lists.datastax.com.

Reply all
Reply to author
Forward
0 new messages