Search

February 21, 2021
General »
...pdb by the linker).
For my little dummy example, I get this:

llvm-pdbutil.exe...
February 20, 2021
LDC »
...With VS 2019 on my box, the dummy executable only depends on kernel32.dll. LDC...
February 18, 2021
Issues »
...o) { enum test = 0; }
void main() { int dummy = test!([new Object]); }
---

without complaint! So wrapping...
January 12, 2021
Learn »
...Tuple(Types...){
    template same(){
        static foreach (i, dummy; Types) {
            static if (i + 1 < Types.length...
December 24, 2020
Announce »
...class F, class U>
    static constexpr void _dummy(const F<U> &a);

    template<class T...
November 24, 2020
Issues »
...C) void f(int dummy, ...)
{
        va_list ap;

        va_start(ap, dummy);
        int x = va...
October 26, 2020
General »
...pure nothrow @nogc { return _root; }
    this(uint dummy) @trusted
    {
        import core.lifetime : emplace;
        _root = emplace...
October 26, 2020
General »
...it, I'll look trying to cook up a dummy database that provokes the problem.

October 26, 2020
General »
...the code/data that fails (or maybe dummy data that also fails), and I can...
October 23, 2020
General »
...inserted a dummy allocation? Like:

	int[] dummy = [ 1, 2, 3 ];
	printf("%d\n", dummy.length...
6 7 8 9 10 11 12 13 14 15 16 17
Next ›   Last »