A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Alexander Shaposhnikov 79ee865810 [ATL] CStringT fixes
- 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
2017-09-10 20:45:56 +00:00
reactos [ATL] CStringT fixes 2017-09-10 20:45:56 +00:00
rosapps [XML2SDB][SHIMDBG] Update license headers 2017-09-08 20:31:28 +00:00
rossubsys [REACTOS][ROSAPPS][ROSSUBSYS] 2016-05-31 22:36:48 +00:00
rostests [APPHELP_APITEST][APPSHIM_APITEST] Update the license headers 2017-09-08 20:33:40 +00:00
wallpapers