llvm-svn: 273592
This commit is contained in:
Vassil Vassilev 2016-06-23 18:13:46 +00:00
parent 8f4bd1fdf2
commit e3ffbc38d9
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public:
} }
/// \brief Insert a new element into the SetVector. /// \brief Insert a new element into the SetVector.
/// \returns true iff the element was inserted into the SetVector. /// \returns true if the element was inserted into the SetVector.
bool insert(const value_type &X) { bool insert(const value_type &X) {
bool result = set_.insert(X).second; bool result = set_.insert(X).second;
if (result) if (result)