User profile: Peter87

User info
User name:Peter87
Website:http://dataapa.net/
History
Joined:
Number of posts:11194
Latest posts:

Crowdstrike BSOD
A company might develop software for multiple different systems. When they make an update of their s...

Expectations - Coding Standards
I think programmers should be expected to be able to put their own opinions aside and follow whateve...

How to include library feature macros like __cpp_lib_* if importing std only?
And you only need to include [i]one[/i] header. [code]#include <version>[/code] [small]https://en....

order of importing does affect the outcome!
[quote=JUANDENT]To illustrate consider module a1 that declares class Vector and module a2 that decla...

subclass does not deduce template argument in class with using std::vector<T>::vector
It seems like deduction guides were not inherited before [b]C++23[/b]. https://en.cppreference.com/...