$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] wildcard chars in boost::wfomat
From: Priya Parul (pucsd.priya_at_[hidden])
Date: 2011-03-10 13:57:14
Hi,
What do%1$08X $ and and X mean in boost. I'm trying to decipher the meaning
of the followiung statement:
str(boost::wformat(L" (%1$08X)") % e.Error()).c_str(); where e is a
com_error.
Thanks,
Priya.