-
When bug #1673456 is fixed, a better fix may be :
#ifdef _SMGC_NO_ARRAY_NEW
::operator delete(base);
#else
::operator delete[](base);
#endif.
2007-03-04 19:42:39 UTC in Smieciuch Garbage Collector
-
This is because there is a bug in the definition of _SMGC_POOR_TEMPLATES.
In two occrences, the define _MSVC is used to detect the version of MSVC++, but it is not actually defined by the compiler ! Instead, the define _MSC_VER should be used.
gc.hpp(49)
#if defined(_MSC_VER) && (_MSVC
2007-03-04 19:35:28 UTC in Smieciuch Garbage Collector
-
Compilation failure
using Visual C++ 6.0 SP6
and Smieciuch 0.6.3-rc3
Compiling...
gcpptest.cpp
F:\Lib\smieciuch-0.6.4-rc3\include\gc.hpp(133) : error C2039: 'delete[]' : is not a member of '`global namespace''
F:\Lib\smieciuch-0.6.4-rc3\include\gc.hpp(127) : while compiling class-template member function 'void __cdecl gc::detail::destructor
2007-03-04 19:05:36 UTC in Smieciuch Garbage Collector
-
vriviere committed revision 44 to the Simple Notes SVN repository, changing 1 files.
2006-12-17 19:21:06 UTC in Simple Notes
-
vriviere committed revision 43 to the Simple Notes SVN repository, changing 3 files.
2006-12-17 19:02:26 UTC in Simple Notes
-
vriviere committed revision 42 to the Simple Notes SVN repository, changing 1 files.
2006-12-17 19:00:38 UTC in Simple Notes
-
vriviere committed revision 40 to the Simple Notes SVN repository, changing 1 files.
2006-12-17 18:47:33 UTC in Simple Notes
-
vriviere committed revision 27 to the Simple Notes SVN repository, changing 1 files.
2006-12-09 22:00:43 UTC in Simple Notes
-
vriviere committed revision 26 to the Simple Notes SVN repository, changing 2 files.
2006-12-09 21:57:49 UTC in Simple Notes
-
vriviere committed revision 22 to the Simple Notes SVN repository, changing 1 files.
2006-12-09 11:20:49 UTC in Simple Notes