[llvm-bugs] [Bug 26121] New: Missing headers in testsuite

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 12 04:27:14 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26121

            Bug ID: 26121
           Summary: Missing headers in testsuite
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: zilla at kayari.org
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
    Classification: Unclassified

std/containers/sequences/vector.bool/find.pass.cpp uses std::find without
including <algorithm>

std/experimental/string.view/string.view.access/at.pass.cpp uses
std::out_of_range without including <stdexcept>

std/utilities/intseq/intseq.intseq/integer_seq.pass.cpp uses size_t without
including <stddef.h>

std/utilities/utility/pairs/pair.astuple/pairs.by.type.pass.cpp uses
std::unique_ptr without including <memory>

-- 
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/20160112/f9890d67/attachment.html>


More information about the llvm-bugs mailing list