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
In Ubuntu 16.04 and g++ 5.4, I could compile FlashX normally.
But, I could not compile FlashX. I use ubuntu latest version(18.04) and g++(7.3).
I see below error.
/home/kckjn97/flashx/matrix/data_io.cpp:278:17: error: could not convert ‘std::unique_ptr<char []>()’ from ‘std::unique_ptr<char []>’ to ‘std::shared_ptr’
return std::unique_ptr<char[]>();
The text was updated successfully, but these errors were encountered:
In Ubuntu 16.04 and g++ 5.4, I could compile FlashX normally.
But, I could not compile FlashX. I use ubuntu latest version(18.04) and g++(7.3).
I see below error.
/home/kckjn97/flashx/matrix/data_io.cpp:278:17: error: could not convert ‘std::unique_ptr<char []>()’ from ‘std::unique_ptr<char []>’ to ‘std::shared_ptr’
return std::unique_ptr<char[]>();
The text was updated successfully, but these errors were encountered: