Book a Demo

Author Topic: Template parameter not recognized on code sync  (Read 3222 times)

Asperamanca

  • EA User
  • **
  • Posts: 91
  • Karma: +0/-0
    • View Profile
Template parameter not recognized on code sync
« on: July 15, 2011, 05:41:06 pm »
Before I make an official bug report, I'd like an opinion on whether you think this should work:

I have generated a C++ class with a single template parameter, and later added a second template parameter in code.

Synchronize with Code does not recognize this parameter, and I suspect it is because I have provided a default value for that parameter:

Code: [Select]
template<class valueT, class deltaT = valueT>
I say it should still recognize the second parameter. What do you think?

Edit:
EA 906
« Last Edit: July 15, 2011, 05:41:39 pm by Asperamanca »