Do custom C++ exceptions from a module work in GCC (14.2.0)?
Are C++ modules implemented in GCC such that I can create a custom exception in a module for use in another file? I get the following error with GCC 14.2.0 via MinGW/MSYS:
Are C++ modules implemented in GCC such that I can create a custom exception in a module for use in another file? I get the following error with GCC 14.2.0 via MinGW/MSYS: