Modernize TemporaryFile, add TemporaryDirectory
authorTudor Bosman <tudorb@fb.com>
Tue, 16 Apr 2013 20:22:41 +0000 (13:22 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 21 Apr 2013 20:21:42 +0000 (13:21 -0700)
commit34129f8f52e1d144ae38a3ade5c4aa2365b2b0b1
tree8e007bf30ccc6da9f06d096764186aa6497a3069
parentf17d138fe185ccbe2a8bab815ee8d7614076ea11
Modernize TemporaryFile, add TemporaryDirectory

Test Plan: fbconfig $(find folly -name test) && fbmake runtests_opt

Reviewed By: tjackson@fb.com

FB internal diff: D777186
folly/experimental/TestUtil.cpp
folly/experimental/TestUtil.h
folly/experimental/test/TestUtilTest.cpp