Notes |
|
(0029616)
|
Brad King
|
2012-06-05 16:16
|
|
Uses of "std::ostringstream" and "std::stringstream" should be converted to "cmsys_ios::ostringstream" and "cmsys_ios::stringstream" which provide compatibility. Many places also use the older cmOStringStream wrapper. |
|
|
(0029622)
|
Brad King
|
2012-06-06 15:30
|
|
|
|
(0029633)
|
Daniel Richard G.
|
2012-06-07 14:48
|
|
Looks like some tweaking is still needed in cmQtAutomoc.cxx:
.../CMake/Source/cmQtAutomoc.cxx: In method `bool cmQtAutomoc::RunAutomoc ()':
.../CMake/Source/cmQtAutomoc.cxx:553: no matching function for call to `cmsys_ios::stringstream::stringstream (ios::open_mode)'
.../CMake-build/Source/cmsys/ios/sstream:87: candidates are: cmsys_ios::stringstream::stringstream ()
.../CMake-build/Source/cmsys/ios/sstream:88: cmsys_ios::stringstream::stringstream (const string &)
.../CMake-build/Source/cmsys/ios/sstream:110: cmsys_ios::stringstream::stringstream (const cmsys_ios::stringstream &)
(from http://open.cdash.org/viewBuildError.php?buildid=2341944 [^]) |
|
|
(0029636)
|
Brad King
|
2012-06-07 15:17
|
|
|
|
(0029669)
|
Brad King
|
2012-06-12 15:58
|
|
|
|
(0029674)
|
Daniel Richard G.
|
2012-06-12 18:48
|
|
|
|
(0029692)
|
Brad King
|
2012-06-14 08:05
|
|
|
|
(0031452)
|
David Cole
|
2012-11-05 14:33
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|