Search

September 04, 2022
Learn »
...implementation instead of using it as a template name, and I'm still getting no...
September 03, 2022
Learn »
...the templates, not in the structure. Maybe `
template functionTypeOf(alias func)`

For example:

```d
auto...
September 03, 2022
General »
...en.cppreference.com/w/cpp/language/class_template_argument_deduction#:~:text=x%7B2.0%2C...
September 03, 2022
Learn »
...is `synchronized` or not, so you can't do a safe template function for this.
September 03, 2022
General »
...also done to reduce the number of template instantiations.
And I agree, it should be...
September 03, 2022
Issues »
...wondering if the GCAllocator should accept a template flag that dictates the NO_SCAN requirement...
September 02, 2022
General »
...I said, I understand it will ruin template type deduction as well as function overloading...
September 02, 2022
Learn »
...compile:
```
// Error: none of the overloads of template `object.require` are callable using argument types...
September 02, 2022
General »
...it solves this.

The problem happens in template code:

void main() {
  const i = 42;  // const...
September 02, 2022
Issues »
...dmd/std/range/package.d(3767): Error: template instance
`std.range.primitives.isInputRange!(Generator!(function...
254 255 256 257 258 259 260 261 262 263 264
Next ›   Last »