Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
1414 days ago
I don’t really get the concern here. [[no_unique_address]] seems to be designed for use with empty types. As such, what does it mean to write to such a field? These are really meant to be tags, no?
1 comments
CodeHz
1414 days ago
it could come from a template function which don't have a sfinae branch (or `if constexpr (std::is_empty<T>::value)`) for empty type
link