BHttpForm: Clang also uses pair<> now.

This commit is contained in:
Augustin Cavalier 2017-12-18 17:58:04 -05:00
parent 439d2cb806
commit 0be0fba248

View File

@ -32,7 +32,7 @@ private:
// but never used (see BHttpForm::operator[] which does the necessary
// check up)
BHttpFormData();
#if __GNUC__ >= 6
#if (__GNUC__ >= 6) || defined(__clang__)
friend class std::pair<const BString, BHttpFormData>;
#else
friend class std::map<BString, BHttpFormData>;