xoofx / CppAst.NET

CppAst is a .NET library providing a C/C++ parser for header files powered by Clang/libclang with access to the full AST, comments and macros
BSD 2-Clause "Simplified" License
501 stars 66 forks source link

no type named 'align_val_t' in namespace 'std' #63

Closed nurbat closed 2 years ago

nurbat commented 2 years ago

image

xoofx commented 2 years ago

Too bad.

nurbat commented 2 years ago

I'm not happy at all, this std file is in this path, but cppAst doesn't want to take it. D:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.33.31517\include\vcruntime_new.h

SystemIncludeFolders =
    {
        @"D:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.33.31517\include"
xoofx commented 2 years ago

I'm not happy at all, this std file is in this path, but cppAst doesn't want to take it.

Because you think I was happy about the way you reported that issue?

Just to be clear, If you have a bug, you will have to investigate it yourself. I won't do that for you just because you are not happy. It is an OSS project here and I'm not your minion.