digitalmars.D.bugs - No TypeInfo for bit/bool
- Andy Friesen (7/7) Jun 23 2004 int main() {
-
Walter
(3/10)
Jun 24 2004
I've got that fixed now
.
int main() {
typeid(bit).print();
return 0;
}
The linker errors out:
Error 42: Symbol Undefined __init_10TypeInfo_b
-- andy
Jun 23 2004
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








"Walter" <newshound digitalmars.com>