OkCupid / sfslite

SFSlite C++ development libraries
GNU General Public License v2.0
55 stars 65 forks source link

vec + refcnt: implement some STL typedefs #23

Closed jinnovation closed 8 years ago

jinnovation commented 8 years ago

Allows greater useability as an STL-style container. In particular, this addition allows us to use Google Mock's "ElementsAre" matcher family on arguments of type vec, rpc_vec, etc.

tejacques commented 8 years ago

@mmaxim: These are some changes to get sfslite to play nicely with Googletest macros. Could you take a quick look? Presumably we should also bump async/async.h:#define SFSLITE_VERSION_PRE 115, right?

mmaxim commented 8 years ago

👍

mmaxim commented 8 years ago

You don't need to bump the version either for this.