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 232373 - Error in parsing when using <var_type> const * const <var_name>
Summary: Error in parsing when using <var_type> const * const <var_name>
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.2.1
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 10:06 UTC by aticov
Modified: 2014-11-23 13:22 UTC (History)
0 users

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 aticov 2013-07-08 10:06:38 UTC
The code completion fails in parsing

  dtSislCurve( std::vector < Point_3 > const * const pointV, int const order );

If I press Strg+Space I can only see:

  dtSislCurve( std::vector<Point_3> pointV, const int order )

Code Completion ignores const * const of the argument pointV