mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
std_align_t fix (#475)
This commit is contained in:
parent
2e8edd78b5
commit
af7800e661
@ -499,6 +499,7 @@ bool OICompiler::compile(const std::string& code,
|
|||||||
compInv->getLangOpts()->Exceptions = true;
|
compInv->getLangOpts()->Exceptions = true;
|
||||||
compInv->getLangOpts()->CXXExceptions = true;
|
compInv->getLangOpts()->CXXExceptions = true;
|
||||||
compInv->getLangOpts()->Coroutines = true;
|
compInv->getLangOpts()->Coroutines = true;
|
||||||
|
compInv->getLangOpts()->AlignedAllocation = true;
|
||||||
|
|
||||||
compInv->getPreprocessorOpts();
|
compInv->getPreprocessorOpts();
|
||||||
compInv->getPreprocessorOpts().addRemappedFile(
|
compInv->getPreprocessorOpts().addRemappedFile(
|
||||||
|
Loading…
Reference in New Issue
Block a user