Merge branch 'master' into gcc

This commit is contained in:
Jonathan Protzenko 2015-08-18 17:49:24 -07:00
commit eaccb3cb4d

View file

@ -80,6 +80,9 @@ public:
*/
int getReferences();
T* operator->() {
return object;
}
};
/**