http://llvm.org/bugs/show_bug.cgi?id=17796

            Bug ID: 17796
           Summary: clang::ADLResult::iterator is not a proper iterator
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Clang's ADLResult::iterator is not a proper iterator- specifically, it does not
have an iterator_category typedef. This results in it being unusable in
algorithms that require the use of that typedef.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to