macmade / CFPP

C++ wrapper for CoreFoundation base classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simpler operators

macmade opened this issue · comments

Operators should call themselves whenever possible, in order to remove duplicate code.

Eg: CF::URL::operator = ( CFURLRef ) should simply call CF::URL::operator = ( CFTypeRef ).