From fa52cff82666cc404e71acdc967444a8d9fab31c Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Fri, 28 Apr 2017 18:38:08 +0300 Subject: hold back the new | operator for types as it creates mysterious problems fro tests/trmacros/tor --- lib/system.nim | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/system.nim b/lib/system.nim index f9ae5b552..4dcb39c2a 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -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 -- cgit 1.4.1-2-gfad0