haxscramper
Results
122
comments of
haxscramper
By in-place construction, do you mean [aggregate initialization](https://en.cppreference.com/w/cpp/language/aggregate_initialization)? ```c++ struct S { int x; struct Foo { int i; int j; int a[3]; } b; }; int main() { S...
> Sorry I don't understand you want it to be infinite? or 20seconds? Just as the title says - I want to be configurable. I didn't know you can pass...