thrift/lib
David Reiss 035aed90c0 cpp: Fix implementations of "list<bool>"
TProtocol::readBool expects a "bool&" as its argument, but "list<bool>"
is implemented as "vector<bool>", which is a specialization of vector
that uses a custom structure as its reference type.  Therefore, we need
to overload TProtocol::readBool for std::vector<bool>::reference.
This function is provided as a non-virtual for efficiency since it is
highly unlikely that any subclass will want to override it.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@743112 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 21:38:48 +00:00
..
cocoa/src Thrift: Whitespace cleanup. 2008-02-06 22:18:40 +00:00
cpp cpp: Fix implementations of "list<bool>" 2009-02-10 21:38:48 +00:00
csharp THRIFT-258. csharp: Include all lib source files in Makefile.am 2009-02-03 22:16:46 +00:00
erl THRIFT-186. erl: Make the Makefile work on OpenSolaris 2008-10-30 04:28:42 +00:00
hs Thrift haskell getTransport working 2008-02-11 22:59:01 +00:00
java THRIFT-318. java: Performance of HashSet for enumeration VALID_VALUES seems poor 2009-02-10 18:10:57 +00:00
ocaml Update OCamlMakefile to the latest version and include its README. 2008-04-03 20:16:45 +00:00
perl THRIFT-199: integrate perl into automake 2009-02-01 04:47:30 +00:00
php THRIFT-169: Fixes framed/buffered transport state on underlying flush failure 2008-10-14 22:00:36 +00:00
py THRIFT-314. Purge reflection.limited 2009-02-07 02:36:35 +00:00
rb THRIFT-254. rb: Add optional strict version support to binary protocols 2009-02-04 22:43:59 +00:00
st Merging in some Smalltalk changes from Patrick Collison 2007-11-21 08:43:35 +00:00
Makefile.am THRIFT-199: integrate perl into automake 2009-02-01 04:47:30 +00:00