summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpprefactoringchanges.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2013-03-22 11:54:24 +0100
committerErik Verbruggen <erik.verbruggen@digia.com>2013-04-08 11:51:56 +0200
commit4b199b06d53592c27abf211ba4f5a904c93f8d15 (patch)
tree6c4b6d113895f7443c79beb773879ae01a8362bd /src/plugins/cpptools/cpprefactoringchanges.cpp
parent0dee89bac12c015f34e7cb51c44a79c43e1c3365 (diff)
downloadqt-creator-4b199b06d53592c27abf211ba4f5a904c93f8d15.tar.gz
Fix use of std::make_pair so it compiles with C++11.
Compiler error: ../3rdparty/botan/botan.cpp:21912:17: error: no matching function for call to 'make_pair' return std::make_pair<struct dirent*, std::string>(dir, m_cur_dir.second); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/../lib/c++/v1/utility:444:1: note: candidate function [with _T1 = dirent *, _T2 = std::__1::basic_string<char>] not viable: no known conversion from 'struct dirent *' to 'dirent *&&' for 1st argument make_pair(_T1&& __t1, _T2&& __t2) ^ Change-Id: I1a8782956cf0a105fe2f12bf6f8470242a54a3a5 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cpprefactoringchanges.cpp')
0 files changed, 0 insertions, 0 deletions