Das folgende Testprogramm
kompiliert mit gcc-14
Code: Select all
/usr/local/bin/g++ -g -std=c++23 -fconcepts -fmodules-ts -O3 -Wall -Wextra test400.cc --output test400
gibt die folgenden Fehler aus:
Code: Select all
std: error: failed to read compiled module: No such file or directory
std: note: compiled module file is 'gcm.cache/std.gcm'
std: note: imports must be built before being imported
std: fatal error: returning to the gate for a mechanical issue
Das Standardbibliotheksmodul std sollte verfügbar sein, ist es aber offensichtlich nicht.
Abgesehen von Header-Einheiten: ist der Weg dazu Das std-Modul selbst erstellen?