c++.stlsoft - STLSoft 1.9.26 released
- Matthew Wilson (22/22) Mar 15 2008 Download from http://stlsoft.org/
- Austin Ziegler (5/8) Mar 20 2008 Sun Studio can support this as:
- Matthew Wilson (4/12) Mar 20 2008 Thanks. Good to know!
- Matthew Wilson (10/25) May 06 2009 As of 1.9.81 - next couple of days - this'll be in, via the detecting sy...
Download from http://stlsoft.org/ ============================================================================ Changes for 1.9.26 (15th March 2008) Summary: ========== * definition, where appropriate, of STLSOFT_CF_FUNCTION_SYMBOL_SUPPORT, denoting that a particular compiler supports the __FUNCTION__ pre-processor symbol Changes: ======== STLSoft: -------- ~ stlsoft/internal/cccap/borland.h ~ stlsoft/internal/cccap/como.h ~ stlsoft/internal/cccap/dmc.h ~ stlsoft/internal/cccap/gcc.h ~ stlsoft/internal/cccap/intel.h ~ stlsoft/internal/cccap/msvc.h ~ stlsoft/internal/cccap/mwerks.h ~ stlsoft/internal/cccap/unknown.h ~ stlsoft/internal/cccap/vectorc.h ~ stlsoft/internal/cccap/watcom.h ============================================================================
Mar 15 2008
"Matthew Wilson" <matthew hat.stlsoft.dot.org> wrote in message news:frfs7h$2lsu$1 digitalmars.com...* definition, where appropriate, of STLSOFT_CF_FUNCTION_SYMBOL_SUPPORT, denoting that a particular compiler supports the __FUNCTION__ pre-processor symbolSun Studio can support this as: #define __FUNCTION__ __func__ -austin
Mar 20 2008
"Austin Ziegler" <austin.ziegler evault.com> wrote in message news:frufj1$ko1$1 digitalmars.com..."Matthew Wilson" <matthew hat.stlsoft.dot.org> wrote in message news:frfs7h$2lsu$1 digitalmars.com...Thanks. Good to know! btw, your registry stuff's not been forgotten. I (semi-)confidently predict a release that will cover a heap of revisions to the Registry library (including your MULTI_SZ stuff) within the next two weeks. ;-)* definition, where appropriate, of STLSOFT_CF_FUNCTION_SYMBOL_SUPPORT, denoting that a particular compiler supports the __FUNCTION__ pre-processor symbolSun Studio can support this as: #define __FUNCTION__ __func__ -austin
Mar 20 2008
"Austin Ziegler" <austin.ziegler evault.com> wrote in messagenews:frufj1$ko1$1 digitalmars.com...STLSOFT_CF_FUNCTION_SYMBOL_SUPPORT,"Matthew Wilson" <matthew hat.stlsoft.dot.org> wrote in message news:frfs7h$2lsu$1 digitalmars.com...* definition, where appropriate, ofAs of 1.9.81 - next couple of days - this'll be in, via the detecting symbol STLSOFT_CF_func_SYMBOL_SUPPORT, and the abstracting symbol STLSOFT_FUNCTION_SYMBOLThanks. Good to know!denoting that a particular compiler supports the __FUNCTION__ pre-processor symbolSun Studio can support this as: #define __FUNCTION__ __func__ -austinbtw, your registry stuff's not been forgotten. I (semi-)confidentlypredict a release that will cover a heap of revisions to theRegistry library (including your MULTI_SZ stuff) within the next twoweeks. ;-) I have to confess, I've forgotten what this was about. Did I add the requested features??? Matt
May 06 2009