[LLVMbugs] [Bug 17796] New: clang::ADLResult::iterator is not a proper iterator

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 4 01:35:53 PST 2013


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: unassignedclangbugs at nondot.org
          Reporter: wolfeinstein at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131104/c0504c81/attachment.html>


More information about the llvm-bugs mailing list