Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.65 KB | None | 0 0
  1. enum LogMessageLevel
  2. {
  3.     LML_TRIVIAL = 1,
  4.     LML_NORMAL = 2,
  5.     LML_CRITICAL = 3
  6. }
  7.  
  8.  
  9. /*||Warning: Public '_D55C:\dmd2\windows\bin\..\..\src\phobos\std\typetuple.d.1712__ModuleInfoZ' already in library, redefinition ignored.  |
  10. ||Warning: Public '_D55C:\dmd2\windows\bin\..\..\src\phobos\std\typetuple.d.177__arrayZ' already in library, redefinition ignored.  |
  11. ||Warning: Public '_D55C:\dmd2\windows\bin\..\..\src\phobos\std\typetuple.d.178__assertFiZv' already in library, redefinition ignored.  |
  12. ||Warning: Public '_D55C:\dmd2\windows\bin\..\..\src\phobos\std\typetuple.d.1715__unittest_failFiZv' already in library, redefinition ignored.  |*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement