The idea is that there should be no way now to set a WsvValue directly. We want this because we want the dtor to not be created. If it is created, every file that somehow need to access auto_wsg.h is getting a dtor, or 4-5 seconds longer compilation time. This includes wokrspace.h, which is used extensively.
The idea is that there should be no way now to set a WsvValue directly. We want this because we want the dtor to not be created. If it is created, every file that somehow need to access auto_wsg.h is getting a dtor, or 4-5 seconds longer compilation time. This includes wokrspace.h, which is used extensively.