-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
I'm porting all that is needed to run OF with ofLibs in msys2, and when I updated compiler from -std=gnu++17 to -std=gnu++20 (because of std::clamp and std::lerp) now there is a fatal error in ofLog.h
error: use of deleted function.
it seems << operator is overriding string or char
template <typename T>
ofLog & operator<<(T value) {
message << value << getPadding();
return *this;
}
Any ideas of how to solve this one?
Metadata
Metadata
Assignees
Labels
No labels