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
The template uses std::ifstream data to read samples. However, "std::data" has already been defined, which causes compile error. See std::data on cppreference.com.
The text was updated successfully, but these errors were encountered:
The template uses
std::ifstream data
to read samples. However, "std::data" has already been defined, which causes compile error. See std::data on cppreference.com.The text was updated successfully, but these errors were encountered: