Skip to content
Commit 59b9d6b7 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Workaround an include loop on case-insensitive systems

On case-insensitive systems, #include <exception> includes our own
fancy header "Exception" instead of the stdlib exception header.
To disambiguate this, we resolve a full absolute path to the stdlib
header (through some magic of parsing compiler debug output) and
generate std_exception.h include file that we then use in our
excepton.h to include the stdlib exception header.
parent 7499ae96
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment