-
weapon specialization enhancement line still costs 2ap per
-
| | |
| --- | --- |
| Bugzilla Link | [47412](https://llvm.org/bz47412) |
| Version | trunk |
| OS | All |
| CC | @zygoloid |
## Extended Description
// https://godbolt.org/z/enb44j
namespace N {
…
-
I tried to make a struct with a parameter pack template type as such:
```
template
struct Foo
{
virtual void bar(Args... args) {}
};
```
and I made a function that takes a specialization …
-
Reported by Eugeniy D on scala-internals.
```scala
class C[@specialized(Double) A]()
class D[@specialized(Double) A]() {
val (a, b) = (1, 2)
val c = new C[A]()
}
```
Crashes the back…
-
In the following scenario, a local trait is default-implemented for a collection of types and once for a specific type.
```rust
#![feature([min_]specialization)]
use num::One;
trait Trait1 {
…
-
Consider this code:
```cpp
#include
template
void foo()
{
puts(__PRETTY_FUNCTION__);
}
template struct my_basic_string;
using my_string = my_basic_string;
template struct __attribu…
-
Such code:
```glsl
layout(constant_id = 0) const int N_bins = 42;
layout(set = 0, binding = 2) buffer Buf {
uint arr[N_bins];
float f;
};
```
Cannot be translated correctly. This "…
-
All the various new player abilities I want to add will lead to very powerful players. Limitation can encourage creativity. Do I want to incentivize specialization?
Game servers need to be able to …
-
Binding a query like `client.query("SELECT ?fields WHERE ts > ?").bind(datetime!(2022-11-13 15:27:42 UTC))` results in runtime execution error:
`DB::Exception: Illegal type Tuple(UInt16, UInt8, UIn…
v3xro updated
3 months ago
-
**Describe the bug**
Doxygen reports: "warning: no matching class member found for"
When parsing a template specialization of a member function, which has been overloaded.
Doxygen additionally repo…