This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236535 - Cannot parse c++11 deleted definitions for conversion operators
Summary: Cannot parse c++11 deleted definitions for conversion operators
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-30 09:28 UTC by petrk
Modified: 2013-11-13 08:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2013-09-30 09:28:24 UTC
class AAA
{
public:
    operator bool () = delete;
    operator int () const = delete;
};
Comment 1 Quality Engineering 2013-10-08 02:34:11 UTC
Integrated into 'main-silver', will be available in build *201310080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5b53547c206b
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #236535 - Cannot parse c++11 deleted definitions for conversion operators
(transplanted from fe6f75392c87995d6f8b2402ec955ad403c10350)
Comment 2 soldatov 2013-11-13 07:52:12 UTC
verified in NetBeans 7.4 patch1 build