-2

Possible Duplicates:
Modules in C++0x
why a compiler can't find a template definition in .cpp

I'm wondering if it is planned to add a Module support in C++ instead of current header system ?

I have discovered this paper : http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2316.pdf

Any news on that ?

Community
  • 1
  • 1
Guillaume Paris
  • 10,303
  • 14
  • 70
  • 145

1 Answers1

1

Modules aren't in the new C++0X/C++11.

See: C++ Modules - why were they removed from C++0x? Will they be back later on?

Community
  • 1
  • 1
Daniel A. White
  • 187,200
  • 47
  • 362
  • 445