Book a Demo

Author Topic: C++ Code Reverse, Problems with using declaration  (Read 3035 times)

ssp

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
C++ Code Reverse, Problems with using declaration
« on: May 08, 2014, 07:46:33 pm »
Hi everyone,
after upgrading to Windows 8.1 last week (... and regretting it...) I also installed the than latest EA 11 (build 1105).

Now "Synchronizing with Code" or just opening the file in code editor does no longer work w/o error for C++ - I get a "Parse Error on line xxx" message for every line that has a using declaration in its .cpp (used to lower the namespace in implementation).


Sample.h
    namespace A
    {
         class B {};
    }

Sample.cpp
     #include "Sample.h"
     using A::B;  // <--- parse error here




Can anyone confirm this bug?


Thanks and greetings from Berlin!
Sören Sprößig
« Last Edit: May 08, 2014, 07:47:52 pm by ssp »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: C++ Code Reverse, Problems with using declarat
« Reply #1 on: May 09, 2014, 09:38:53 am »
Sorry, I can't confirm. It appears to be working for me.