https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98327

fdlbxtqi <euloanty at live dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at gcc dot gnu.org

--- Comment #1 from fdlbxtqi <euloanty at live dot com> ---
module;
#include <iostream>
#include <string_view>
export module hello;
export inline void greeter (std::string_view name) noexcept
{
  std::cout << "Hello " << name << "!\n";
}

Reply via email to