Implementing a traits class to check for incomplete types
authorMarcelo Juchem <marcelo@fb.com>
Wed, 3 Apr 2013 03:22:58 +0000 (20:22 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 21 Apr 2013 20:20:54 +0000 (13:20 -0700)
commit622fe822372560c525bd8029d6e68d06d81d24d6
tree1d77565b404014c4974a7905fbd330cf2d8adb27
parentee31dcdd50b912e63633d493921851d7928c7c03
Implementing a traits class to check for incomplete types

Summary: A traits class to check for incomplete types

Test Plan: unit tests added

Reviewed By: delong.j@fb.com

FB internal diff: D760676
folly/Traits.h
folly/test/TraitsTest.cpp