diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-07-18 10:04:05 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-07-18 10:04:05 +0200 |
commit | ac20e17cbd1471b9eb3eef79c32cb43420cbc516 (patch) | |
tree | 842c2b68698868aa813a19f21356b28342e2be65 | |
parent | 66ff99c4574827b59e6d7ddfaa44d975dc7e880e (diff) |
Reference to C++ binding removed from zmq(7)
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | doc/zmq.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/zmq.txt b/doc/zmq.txt index 0c29a74..ef47ed6 100644 --- a/doc/zmq.txt +++ b/doc/zmq.txt @@ -193,16 +193,7 @@ by C programmers. The intent is that programmers using 0MQ from other languages shall refer to this documentation alongside any documentation provided by the vendor of their language binding. - -C++ language binding -~~~~~~~~~~~~~~~~~~~~ -The 0MQ distribution includes a $$C++$$ language binding, which is documented -separately in linkzmq:zmq_cpp[7]. - - -Other language bindings -~~~~~~~~~~~~~~~~~~~~~~~ -Other language bindings (Python, Ruby, Java and more) are provided by members +Language bindings (Python, Ruby, Java and more) are provided by members of the 0MQ community and pointers can be found on the 0MQ website. |