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

            Bug ID: 22480
           Summary: cygwin build is broken: 'to_string' is not a member of
                    'std'
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

/home/eric/llvm/unittests/ProfileData/CoverageMappingTest.cpp: In function
‘std::vector<llvm::coverage::CounterMappingRegion,
std::allocator<llvm::coverage::CounterMappingRegion> >
{anonymous}::readCoverageRegions(std::string, int)’:
/home/eric/llvm/unittests/ProfileData/CoverageMappingTest.cpp:55:34: error:
‘to_string’ is not a member of ‘std’
     Filenames.push_back("file" + std::to_string(I));
                                  ^

-- 
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