$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-10-02 20:47:50
Casey Bodley wrote:
> std::ostream already gives you the tools to customize the output of types
> by overloading operator<<.
I don't think you can overload op<< for char.