Skip to content

Conversation

@schopin-pro
Copy link

VLAs in C++ are compiler extensions, and clang 18 will complain about it.

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libelfin/+bug/2060786
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065084

@stephan-cr
Copy link

I wonder why the compiler doesn't complain about similar lines of code like:

: base((T*)buf), end(base), cap((T*)&buf[sizeof(T[Min])])

@schopin-pro
Copy link
Author

In the case you pointed to, Min is not a variable but a template parameter, i.e. a compile-time constant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants