mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
79ee865810bd990e86059ac4a0d93d435f2bf884
- Added copy constructor and assignment from CSimpleStringT to CStringT This fixed initialization while using `operator+` in GCC. ```CStringW s = a + b; ``` operator+ operators are defined for CSimpleStringT. It worked in MSVC because it did implicit conversion of CSimpleStringT to PCXSTR which called appropriate CStringT constructor. GCC doesn't do such conversions and triggers an error. - Unified `operator=(CStringT, PCXSTR)` with the rest svn path=/branches/GSoC_2017/rapps/; revision=75822
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%