sapling/eden/fs/model
Adam Simpkins fab40060f1 unbreak gcc-4.9 builds
Summary:
D3406773 included a change which compiles on clang and gcc-5.x, but fails to
build with gcc-4.9.

This looks like a bug in gcc-4.9's handling of list initialization.  Overload
resolution for non-initializer-list constructors should be attempted if
no suitable initializer-list constructors are found, but gcc-4.9 does not
appear to do this.

Reviewed By: bolinfest

Differential Revision: D3410142

fbshipit-source-id: f34125000eb3fa949c2427aa4ffbd4ef92942cd7
2016-06-09 22:15:05 -07:00
..
git update deserializeGitBlob() to accept an IOBuf 2016-06-08 19:01:14 -07:00
test make Hash objects assignable, and add a default constructor 2016-06-08 16:16:59 -07:00
Blob.h Initial commit 2016-05-12 14:09:13 -07:00
Hash.cpp unbreak gcc-4.9 builds 2016-06-09 22:15:05 -07:00
Hash.h make Hash objects assignable, and add a default constructor 2016-06-08 16:16:59 -07:00
TARGETS add Hash::sha1() factory functions 2016-05-27 16:36:14 -07:00
Tree.h Initial commit 2016-05-12 14:09:13 -07:00
TreeEntry.h Initial commit 2016-05-12 14:09:13 -07:00