it is set to zero.
* Added Twitter's memcached_server_error() functions.
* Fix for OSX compiles in development builds.
- * Updated C++ interface.
+ * Updated C++ interface. Added basic support for C++ exceptions. Added
+ multiple constructors the memcached client object. The C++ interface
+ now takes parameters which are C++ types (such as std::string).
* Updated memcached_mget and memcached_mget_by_key to take a size_t
as a parameter instead of an unsigned int for number_of_keys.