
19 Jul
2006
19 Jul
'06
2:17 p.m.
On Wed, 19 Jul 2006 08:31:16 +0200, Joaquín Mª López Muñoz <joaquin@tid.es> wrote:
Dinkum lib for this compiler does not define fpos_t in namespace
std, only as a global type. The attached patch just reverts to global ::fpos_t under the aforementioned circumstances.
Is there any objection to my commiting to trunk and RC_1_34_0?
The way boost usually handles this is: #ifdef BOOST_NO_STDC_NAMESPACE namespace std { using ::fpost_t; } #endif in one of the "low level" source files (iostreams/config.hpp or similar). All the "above" code remains untouched. -- [ Gennaro Prota, C++ developer for hire ] [ resume: available on request ]