| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
With VC++ 19.00 and 19.10 the defautl constructor gets removed
when using inherit constructors and deleted copy constructor.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
system calls
|
|
|
|
| |
IceGrid/noRestartUpdate test failure
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Do not use static const string function variables
as that is not thread safe, instead we add a new
overload that takes a const char* for VC90 only
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
That is require to be able to set the process string converter
from application main. Otherwise the converter is created before
the user has a chance to set the process string converter or change
the Windows console CP
|