hold back the new | operator for types as it creates mysterious problems fro tests/trmacros/tor

This commit is contained in:
Zahary Karadjov
2017-04-28 18:38:08 +03:00
parent 5c678e2848
commit fa52cff826

View File

@@ -59,9 +59,6 @@ const
{.push warning[GcMem]: off, warning[Uninit]: off.}
{.push hints: off.}
proc `|` *(a, b: typedesc): typedesc {.magic: "TypeTrait", noSideEffect.}
## Constructs an `or` meta class
proc `or` *(a, b: typedesc): typedesc {.magic: "TypeTrait", noSideEffect.}
## Constructs an `or` meta class