Skip to content

Error in Command Line Library page #2553

@llvmbot

Description

@llvmbot
Bugzilla Link 2181
Resolution FIXED
Resolved on Mar 06, 2010 14:00
Version unspecified
OS All
Reporter LLVM Bugzilla Contributor

Extended Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions