diff --git a/datatypes/unordered.h b/datatypes/unordered.h index 9027212b0..09c5a8dd8 100644 --- a/datatypes/unordered.h +++ b/datatypes/unordered.h @@ -3,7 +3,7 @@ #if (_LIBCPP_VERSION) #include #include -#pragma message("libcpp do not support tr1, so we are using std::unordered_[set|map] instead") +// #pragma message("libcpp do not support tr1, so we are using std::unordered_[set|map] instead") namespace std { namespace tr1 @@ -16,7 +16,7 @@ using std::unordered_set; } // namespace tr1 } // namespace std #else -#pragma message("Using std::tr1::unordered_[set|map]") +// #pragma message("Using std::tr1::unordered_[set|map]") #include #include