The PImpl idiom and the C++26 std:indirect type
mariusbancila.ro
The PImpl idiom and the C++26 std:indirect type
1–10 of 122 posts
Re: The PImpl idiom and the C++26 std:indirect type
#2Re: The PImpl idiom and the C++26 std:indirect type
#3Re: The PImpl idiom and the C++26 std:indirect type
#4C++ is getting more and more complex. It used to be said that people use only a small percentage of it when writing C++, but I am beginning to think that the cake is a lie here.
Re: The PImpl idiom and the C++26 std:indirect type
#5Re: The PImpl idiom and the C++26 std:indirect type
#6With many of the features coming into the language over time, I kinda wish that a bit more restricted subset of it eventually becomes a thing, but I know in practice it might as well be a completely different language. That, and I expect that still many other things have not been resolved as well as they are elsewhere, such as build system and dependency management (although I haven't touched this stack for a while now, so I would love to be surprised).
Re: The PImpl idiom and the C++26 std:indirect type
#7This is actually useful, but despite it is another extra thing you will have to remember when reading C++ code. I guess with LLMs things aren't so bad.
Re: The PImpl idiom and the C++26 std:indirect type
#8Hmm. Do people use PIMPL that much (I have used it, but rarely) that we need std library support (and testing, documentation, understanding)? Just asking.
Re: The PImpl idiom and the C++26 std:indirect type
#9Hmm. Do people use PIMPL that much (I have used it, but rarely) that we need std library support (and testing, documentation, understanding)? Just asking.
Re: The PImpl idiom and the C++26 std:indirect type
#10Hmm. Do people use PIMPL that much (I have used it, but rarely) that we need std library support (and testing, documentation, understanding)? Just asking.