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 238413 - C++11 inline namespaces are not supported
Summary: C++11 inline namespaces are not supported
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: PC All
: P2 normal with 1 vote (vote)
Assignee: petrk
URL:
Keywords:
: 231411 238120 238189 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-11-15 09:29 UTC by petrk
Modified: 2013-12-23 15:01 UTC (History)
3 users (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-11-15 09:29:26 UTC
namespace AAA {
    inline namespace BBB {
        int foo();
    }
}

int boo() {
    AAA::foo(); // foo is unresolved
    return 0;
}
Comment 1 petrk 2013-11-15 09:32:30 UTC
*** Bug 238189 has been marked as a duplicate of this bug. ***
Comment 2 petrk 2013-11-15 09:33:16 UTC
*** Bug 238120 has been marked as a duplicate of this bug. ***
Comment 3 Vladimir Voskresensky 2013-12-02 09:19:20 UTC
internal repo:
275982:8ff89791a040
276037:6c6f88f6ca5a
276038:4d8b5e10f4cd
276044:a859618b9c49
276085:a8db9fd153a7
Comment 4 igor_nikiforov 2013-12-02 14:35:28 UTC
Integrated to releases:
  c0ae9b66909c
  f2f666f03681
  8ad7650927f4
  bc955b234327
  5052a9901b7f
Comment 5 Quality Engineering 2013-12-07 04:22:41 UTC
Integrated into 'main-silver', will be available in build *201312070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d48835fd2dca
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed bug #238413 - C++11 inline namespaces are not supported
(transplanted from 279b86a9cc7fa3efb03deede7d35ae69d9f89550)
(transplanted from 8ff89791a040e84b329c5c476149848de171ad63)
Comment 6 soldatov 2013-12-09 08:32:06 UTC
verified in NetBeans IDE 7.4 (Build 201312082348) on OSX 10.9
Comment 7 Alexander Simon 2013-12-23 15:01:09 UTC
*** Bug 231411 has been marked as a duplicate of this bug. ***