Book a Demo

Author Topic: Variadic Template parameters  (Read 3382 times)

foldedwave

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Variadic Template parameters
« on: October 02, 2012, 12:36:17 am »
Hi,

Does anyone know how / if I can stop EA complaining about the following line in C++ code when reversing the code -

Code: [Select]
template<int ...> struct seq {};
I tried adding the line as a macro but that didn't seem to do anything.

Thanks

Decibit

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Variadic Template parameters
« Reply #1 on: October 16, 2012, 10:28:04 pm »
I think that the question could be a general one: when will EA support C++ 11 features? There is probably a feature request for that. Maybe if we mention this problem often enough on forums than the feature will gain priority.  :) A basic support that would ignore new keywords, variadic templates etc. but suppress error messages would be a good starting point.

Anyway, I would appreciate any info on variadic templates too.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Variadic Template parameters
« Reply #2 on: October 18, 2012, 08:42:18 am »
I can confirm that C++11 is not yet supported.