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 206235 - A pair angle bracket in template class
Summary: A pair angle bracket in template class
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-11 18:48 UTC by yuriy_lalym
Modified: 2011-12-13 06:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yuriy_lalym 2011-12-11 18:48:08 UTC
#include <QtCore/QVarLengthArray>

struct SkinData
{
  SkinData();
  ~SkinData();

  QVarLengthArray<
};

Парная скобка ">" не ставится автоматически.