You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#if __has_include(<tr1/unordered_set>)
|
|
#include <tr1/unordered_set>
|
|
#endif
|
|
#if __has_include("unordered_set.h") || __has_include_next(<tr1/unordered_set>)
|
|
#include <tr1/unordered_set>
|
|
#endif
|