Skip to content

Instantly share code, notes, and snippets.

@yannick
Created February 6, 2016 11:42
Show Gist options
  • Select an option

  • Save yannick/b3f43cb55e5ecd9ae8f7 to your computer and use it in GitHub Desktop.

Select an option

Save yannick/b3f43cb55e5ecd9ae8f7 to your computer and use it in GitHub Desktop.
/usr/local/Cellar/dmd/2.070.0_1/include/dlang/dmd/std/variant.d(613,27): Error: function core.stdc.string.memcpy (void* s1, const(void*) s2, ulong n) is not callable using argument types (ubyte[32]*, shared(Metadata)*, ulong)
/usr/local/Cellar/dmd/2.070.0_1/include/dlang/dmd/std/variant.d(548,17): Error: template instance std.variant.VariantN!32LU.VariantN.opAssign!(shared(Metadata)) error instantiating
/usr/local/Cellar/dmd/2.070.0_1/include/dlang/dmd/std/concurrency.d(117,18): instantiated from here: __ctor!(shared(Metadata))
/usr/local/Cellar/dmd/2.070.0_1/include/dlang/dmd/std/concurrency.d(628,23): instantiated from here: __ctor!(shared(Metadata))
/usr/local/Cellar/dmd/2.070.0_1/include/dlang/dmd/std/concurrency.d(618,10): instantiated from here: _send!(shared(Metadata))
/usr/local/Cellar/dmd/2.070.0_1/include/dlang/dmd/std/concurrency.d(594,10): ... (1 instantiations, -v to show) ...
../../../../../../vibe.d/source/vibe/core/concurrency.d(1175,65): instantiated from here: send!(shared(Metadata))
../../source/kafkad/connection.d(206,29): instantiated from here: send!(shared(Metadata))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment