[ROOT] iostream bug?

From: Bob McElrath (mcelrath@draal.physics.wisc.edu)
Date: Mon Sep 24 2001 - 00:52:17 MEST


The following code does not run:
    {
        TString a;
        if(a = "asdf");
    }

it gives an error message:
    root [5] .x iosbug.C 
    Limitation: Cint does not support full iostream functionality in this platform FILE:iosbug.C LINE:3
    *** Interpreter error recovered ***

Note that the following DOES run:
    {
        TString a;
        a = "asdf";
    }

Why does root think iostream is involved?

Cheers,
-- Bob

Bob McElrath (rsmcelrath@students.wisc.edu) 
Univ. of Wisconsin at Madison, Department of Physics





This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:00 MET