A few fixes for clang support
authorMarcelo Juchem <marcelo@fb.com>
Fri, 25 Jan 2013 04:49:47 +0000 (20:49 -0800)
committerJordan DeLong <jdelong@fb.com>
Mon, 4 Feb 2013 17:25:55 +0000 (09:25 -0800)
commit378a3bbc7ec5298f92f8c43083c2b0f7836348a6
treedb3b926731cddb7718a895eb173d3c83d41a9dfd
parent4988b28c014b35129a6e84a47a68b03ce1ed23ca
A few fixes for clang support

Summary: fixes for clang support

Test Plan:
rm -rf ~/fbcode/_build/* && fbconfig --clang folly/test && fbmake
rm -rf ~/fbcode/_build/* && fbconfig folly/test && fbmake
_bin/folly/test/format_test
_bin/folly/test/optional_test
_bin/folly/test/has_member_fn_traits_test

Reviewed By: tudorb@fb.com

FB internal diff: D688295
folly/Format-inl.h
folly/Format.h
folly/Optional.h
folly/Traits.h
folly/test/HasMemberFnTraitsTest.cpp