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
std::make_unique was added in C++14.
So we can't compile Oboe with C++11 !
We should probably be able to compile with C++11.
Can we use "new" and "unique_pointer"?
The text was updated successfully, but these errors were encountered:
std::make_unique was added in C++14.
So we can't compile Oboe with C++11 !
We should probably be able to compile with C++11.
Can we use "new" and "unique_pointer"?
The text was updated successfully, but these errors were encountered: