$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Format] NaN values?
From: John M. Dlugosz (mpbecey7gu_at_[hidden])
Date: 2013-03-13 08:03:41
Hmm, might boost::format("%.1f") be producing a result of "-1.$" when fed a NAN? It looks
suspiciously like the string "-1.#INF" mentioned in printf formatting documentation.