Re: <iomanip> in CINT

From: Axel Naumann <Axel.Naumann_at_cern.ch>
Date: Wed, 13 Oct 2010 11:17:50 +0200


Hi Vassili,

that's now fixed in the trunk. Severeal iomanip flags were missing. Thanks for your report!

Cheers, Axel.

Vassili Maroussov wrote on 10/12/2010 04:42 PM:
> Dear ROOTers,
>
> it seems the ostream manipulator(s), at least the ::showpoint, don't
> work properly in CINT:
>
> [vmarouss_at_Ezhik-HDX18 ROOT_Code]$ root
> *******************************************
> * *
> * W E L C O M E to R O O T *
> * *
> * Version 5.27/05 30 June 2010 *
> * *
> * You are welcome to visit our Web site *
> * http://root.cern.ch *
> * *
> *******************************************
>
> ROOT 5.27/05 (trunk_at_34633, Jul 28 2010, 13:31:45 on linuxx8664gcc)
>
> CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
> Type ? for help. Commands must be C++ statements.
> Enclose multiple statements between { }.
> root [0] #include <iostream>
> Note: File "iostream" already loaded
> root [1] #include <iomanip>
> root [2] double d = 1.
> root [3] cout << showpoint << d << endl;
> 0x7f2431ace0b01
> root [4] .q
>
> Cheers,
>
> Vassili
>
>
Received on Wed Oct 13 2010 - 11:17:53 CEST

This archive was generated by hypermail 2.2.0 : Wed Oct 13 2010 - 17:50:01 CEST