openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

Addon developers: Update your addons

Open dimitre opened this issue 7 months ago • 0 comments

I'm opening this issue to document a recent change where using namespace std; was removed. Maybe your addon need more explicit std:: in some places like std::min, std::cerr, etc. More details here:

https://github.com/openframeworks/openFrameworks/blob/dd09e975ad1166ea0cb48edeae35c1f75dc9ed4b/libs/openFrameworks/ofMain.h#L115-L138

dimitre avatar Dec 02 '23 18:12 dimitre