Loki/test/Pimpl
2006-01-23 17:23:46 +00:00
..
main.cpp add support of deep constness, only supported by (future) Loki::SmartPtr, not supported by boost::shared_ptr and plain pointer. Maybe deep constness forces a redesign of Pimpl. Is there a way to support deep constness by a rimpl? 2006-01-23 17:23:46 +00:00
make.msvc.bat add pimpl/rimpl tests 2006-01-15 22:09:32 +00:00
Makefile remove gcc -Wpadded warning 2006-01-23 15:33:57 +00:00
Pimpl.vcproj move definition of the destructor to extra file, because msvc tries to use the incomplete type; not inlining does not help; maybe this is a compiler bug. 2006-01-18 16:49:32 +00:00
type.h add support of deep constness, only supported by (future) Loki::SmartPtr, not supported by boost::shared_ptr and plain pointer. Maybe deep constness forces a redesign of Pimpl. Is there a way to support deep constness by a rimpl? 2006-01-23 17:23:46 +00:00
type2.h make rimpl type really a reference 2006-01-18 19:03:25 +00:00