DescriptionThis allows class authors to write "class __attribute__((forbid_temporaries)) Name ..." when they want to force users to name all variables of the type. This protects people from doing things like creating a scoped_lock that only lives for a single statement instead of an entire scope.
Patch Set 1 #Patch Set 2 : Sync #Patch Set 3 : Sync to r124146 #Patch Set 4 : Rename to forbid_temporaries #Patch Set 5 : Sync to r124204 #
MessagesTotal messages: 2
|