C++ Logo

std-discussion

Advanced search

Re: Is module module declaration?

From: Vladimir Grigoriev <vlad.moscow_at_[hidden]>
Date: Thu, 17 Feb 2022 11:04:47 +0300
So it is not a module declaration is not it?
 
And how to what is it reading the section «10.2 Export declaration» where it is used in examples?
 
 
You can meet me at http://cpp.forum24.ru/ or www.stackoverflow.com or http://ru.stackoverflow.com
 
 
>Четверг, 17 февраля 2022, 1:27 +03:00 от Jason McKesson via Std-Discussion <std-discussion_at_[hidden]>:
>
>On Wed, Feb 16, 2022 at 3:29 PM Vladimir Grigoriev via Std-Discussion
>< std-discussion_at_[hidden] > wrote:
>>
>> The module declaration is defined the following way
>>
>> module-declaration:
>> export-keywordopt module-keyword module-name module-partitionopt attribute-specifier-seqopt ;
>>
>> As it is seen module-name is not optional.
>>
>> So what does this record
>>
>> module;
>>
>> mean?
>>
>> It is evident that it is not a module declaration because there is absent module-name.
>It defines the start of the global module fragment. As stated in
>section 10.4 called "global module fragment".
>--
>Std-Discussion mailing list
>Std-Discussion_at_[hidden]
>https://lists.isocpp.org/mailman/listinfo.cgi/std-discussion
 

Received on 2022-02-17 08:05:03