mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Remove push_back on string. Why can't STL be standard?
This commit is contained in:
+1
-1
@@ -1308,7 +1308,7 @@ int cmCTest::CoverageDirectory()
|
||||
std::string src_dir = m_DartConfiguration["SourceDirectory"];
|
||||
if ( src_dir[src_dir.size()-1] != '/' )
|
||||
{
|
||||
src_dir.push_back('/');
|
||||
src_dir = src_dir + "/";
|
||||
}
|
||||
std::string::size_type spos = cov.m_FullPath.find(src_dir);
|
||||
if ( spos == 0 )
|
||||
|
||||
Reference in New Issue
Block a user