Skip to content
Snippets Groups Projects
Commit ca8e31ff authored by Yige Hu's avatar Yige Hu Committed by Tianqi Chen
Browse files

Fixed a g++ explicit constructor compatibility error for unordered_set. (#935)

* Fixed a g++ explicit constructor compatibility error for unordered_set.

* Change std::unordered_set<std::basic_string<char>>() to
std::unordered_set<std::string>().
parent f4b063e9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment