Re: c++: Add module includes

2020-12-08 Thread Nathan Sidwell
On 12/8/20 8:01 AM, Nathan Sidwell wrote: This adds MODULE_VERSION to the makefile, so it's generated from the date of the module.cc file in development.  Also adds the include files to module.cc It broke :( c++: Fix MODULE_VERSION breakage Adding includes to module.cc triggered the kind of

c++: Add module includes

2020-12-08 Thread Nathan Sidwell
This adds MODULE_VERSION to the makefile, so it's generated from the date of the module.cc file in development. Also adds the include files to module.cc gcc/cp/ * Make-lang.in (MODULE_VERSION): Define. * module.cc: Add includes. pushing to trunk -- Nathan Sidwell diff