https://bugs.freedesktop.org/show_bug.cgi?id=108943

--- Comment #1 from Eric Engestrom <fdo-b...@engestrom.ch> ---
This sounds like one of your system headers is #define'ing `vector` as
`__attribute__((something))`, but if that's the case then good luck compiling
*any* C++ code :/

Can you confirm this by adding this next to that sts::vector line and seeing if
it fires when you compile?

#ifdef vector
#error "`vector` is #define'd"
#endif

Looking at the rest of the build log, it looks like `bool` is also #define'd to
something that can't be used as a type...

What OS are you running this on?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to