You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
openFrameworks/libs/openFrameworks/ofMain.h
Lines 115 to 138 in dd09e97
The text was updated successfully, but these errors were encountered: