zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 48 forks source link

"data" causes compile error in C++17 #179

Open xyf007 opened 2 years ago

xyf007 commented 2 years ago

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.