Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. src\wg\image\format.d(46,23): Error: template instance `moduleName!int` does not match template declaration `moduleName(alias T)`
  2. src\wg\image\format.d(47,26): Error: template instance `moduleName!int` does not match template declaration `moduleName(alias T)`
  3. src\wg\image\format.d(50,31): Error: undefined identifier `M`
  4. src\wg\image\package.d(48,83): Error: template instance `wg.image.format.FormatForPixelType!int` error instantiating
  5. src\test\main.d(11,5): instantiated from here: `Image!int`
  6. src\test\main.d(11,23): Error: undefined identifier `fromArray`
  7. src\wg\util\allocator.d(38,26): Error: template `object.destroy` cannot deduce function from argument types `!(false)(RGBFormatDescriptor*)`, candidates are:
  8. C:\development\D\dmd_2.082.0\windows\bin\..\..\src\druntime\import\object.d(491,6): `object.destroy(T)(ref T obj) if (is(T == struct))`
  9. C:\development\D\dmd_2.082.0\windows\bin\..\..\src\druntime\import\object.d(560,10): `object.destroy(T)(T obj) if (is(T == class))`
  10. C:\development\D\dmd_2.082.0\windows\bin\..\..\src\druntime\import\object.d(574,10): `object.destroy(T)(T obj) if (is(T == interface))`
  11. C:\development\D\dmd_2.082.0\windows\bin\..\..\src\druntime\import\object.d(752,10): `object.destroy(T : U[n], U, uint n)(ref T obj) if (!is(T == struct))`
  12. C:\development\D\dmd_2.082.0\windows\bin\..\..\src\druntime\import\object.d(816,10): `object.destroy(T)(ref T obj) if (!is(T == struct) && !is(T == interface) && !is(T == class) && !_isStaticArray!T)`
  13. src\wg\format\bmp.d(32,37): Error: template instance `wg.util.allocator.Allocator.deallocate!(RGBFormatDescriptor)` error instantiating
  14. src\wg\util\allocator.d(38,26): Error: template `object.destroy` cannot deduce function from argument types `!(false)(RGBColorSpace*)`, candidates are:
  15. C:\development\D\dmd_2.082.0\windows\bin\..\..\src\druntime\import\object.d(491,6): `object.destroy(T)(ref T obj) if (is(T == struct))`
  16. C:\development\D\dmd_2.082.0\windows\bin\..\..\src\druntime\import\object.d(560,10): `object.destroy(T)(T obj) if (is(T == class))`
  17. C:\development\D\dmd_2.082.0\windows\bin\..\..\src\druntime\import\object.d(574,10): `object.destroy(T)(T obj) if (is(T == interface))`
  18. C:\development\D\dmd_2.082.0\windows\bin\..\..\src\druntime\import\object.d(752,10): `object.destroy(T : U[n], U, uint n)(ref T obj) if (!is(T == struct))`
  19. C:\development\D\dmd_2.082.0\windows\bin\..\..\src\druntime\import\object.d(816,10): `object.destroy(T)(ref T obj) if (!is(T == struct) && !is(T == interface) && !is(T == class) && !_isStaticArray!T)`
  20. src\wg\format\bmp.d(108,41): Error: template instance `wg.util.allocator.Allocator.deallocate!(RGBColorSpace)` error instantiating
  21. src\wg\format\bmp.d(112,21): Deprecation: `wg.color.rgb.colorspace.parseReal` is not visible from module `bmp`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement