Remove an out-of-date FIXME

llvm-svn: 58990
This commit is contained in:
Douglas Gregor 2008-11-10 17:01:38 +00:00
parent 49de5340c0
commit d36ed56c52
1 changed files with 0 additions and 1 deletions

View File

@ -912,7 +912,6 @@ bool Sema::IsUserDefinedConversion(Expr *From, QualType ToType,
switch (BestViableFunction(CandidateSet, Best)) {
case OR_Success:
// Record the standard conversion we used and the conversion function.
// FIXME: Handle user-defined conversion operators.
if (CXXConstructorDecl *Constructor
= dyn_cast<CXXConstructorDecl>(Best->Function)) {
// C++ [over.ics.user]p1: