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 269323 - Unresolved 'string' on Ubuntu 16.10 (GCC 6.2)
Summary: Unresolved 'string' on Ubuntu 16.10 (GCC 6.2)
Status: VERIFIED DUPLICATE of bug 268419
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-13 15:47 UTC by soldatov
Modified: 2016-12-15 09:50 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 soldatov 2016-12-13 15:47:13 UTC
On Ubuntu 16.10  (GCC 6.2)

#include <string>

namespace ABC {
    using std::string;
    class A {
    public:
        string s; // <-- unresolved identifier
    };
};

int main(int argc, char** argv) {

    return 0;
}
Comment 1 petrk 2016-12-14 11:14:10 UTC
Was fixed as part of bug 269199: https://enum.ru.oracle.com/hg/release82/rev/eb514f3ff817

*** This bug has been marked as a duplicate of bug 269199 ***
Comment 2 Vladimir Voskresensky 2016-12-14 12:58:49 UTC

*** This bug has been marked as a duplicate of bug 268419 ***
Comment 3 soldatov 2016-12-15 09:50:15 UTC
Verified.