Std::left

why when I use std::left in an interterpreted script I got this:

------------> LOADING LIBS <------------
 loading 0x2acceb18cd30                 libHist[OK]
 loading 0x2acceb18cd30              libPhysics[OK]
 loading 0x2acceb18cd30            libXMLParser[OK]
 loading 0x2acceb18cd30       libbase_selectors[OK]
 loading 0x2acceb18cd30    libcalibration_utils[OK]
------------> LOADING LIBS <------------

as you can see std::left is printed as address and has no effect

Hi,

std::left and std::right are currently not supported as some (annoying but deeply embeeded) implementation details means that supporting them would essentially make ‘right’ and ‘left’ keyword in CINT script.

Cheers,
Philippe.