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

           Summary: Error in Command Line Library page
           Product: Website
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


http://llvm.org/docs/CommandLine.html

has the following snippet of code

  ofstream Output(OutputFilename.c_str());
  if (Out.good()) .


Out should probably be Output....


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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