Skip to content

Use of undeclared 'operator[]' #9529

@llvmbot

Description

@llvmbot
Bugzilla Link 9157
Resolution INVALID
Resolved on Feb 07, 2011 12:17
Version trunk
OS MacOS X
Reporter LLVM Bugzilla Contributor
CC @DougGregor

Extended Description

I have a file with this line of code:
operator[j] = right[ i][ j];

llvm-g++ and g++ both compile it fine. clang++ gives the error in the summary.

Apple clang version 2.0 (tags/Apple/clang-134) (based on LLVM 2.9svn)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillac++invalidResolved as invalid, i.e. not a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions