www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - No TypeInfo for bit/bool

reply Andy Friesen <andy ikagames.com> writes:
     int main() {
         typeid(bit).print();
         return 0;
     }

The linker errors out:

     Error 42: Symbol Undefined __init_10TypeInfo_b

  -- andy
Jun 23 2004
parent "Walter" <newshound digitalmars.com> writes:
I've got that fixed now <g>.

"Andy Friesen" <andy ikagames.com> wrote in message
news:cbcu83$1k3g$2 digitaldaemon.com...
      int main() {
          typeid(bit).print();
          return 0;
      }

 The linker errors out:

      Error 42: Symbol Undefined __init_10TypeInfo_b

   -- andy
Jun 24 2004