Merge "Add traits to BitSet64, not 32."

This commit is contained in:
Michael Wright 2014-03-19 00:48:15 +00:00 committed by Android (Google) Code Review
commit 4b33d3bbe0

View file

@ -210,7 +210,7 @@ struct BitSet64 {
}
};
ANDROID_BASIC_TYPES_TRAITS(BitSet32)
ANDROID_BASIC_TYPES_TRAITS(BitSet64)
} // namespace android