BHttpForm: Clang also uses pair<> now.
This commit is contained in:
@@ -32,7 +32,7 @@ private:
|
|||||||
// but never used (see BHttpForm::operator[] which does the necessary
|
// but never used (see BHttpForm::operator[] which does the necessary
|
||||||
// check up)
|
// check up)
|
||||||
BHttpFormData();
|
BHttpFormData();
|
||||||
#if __GNUC__ >= 6
|
#if (__GNUC__ >= 6) || defined(__clang__)
|
||||||
friend class std::pair<const BString, BHttpFormData>;
|
friend class std::pair<const BString, BHttpFormData>;
|
||||||
#else
|
#else
|
||||||
friend class std::map<BString, BHttpFormData>;
|
friend class std::map<BString, BHttpFormData>;
|
||||||
|
|||||||
Reference in New Issue
Block a user