Skip to content
Snippets Groups Projects
Commit a8685e15 authored by Paolo Carlini's avatar Paolo Carlini Committed by Paolo Carlini
Browse files

stl_pair.h (pair<>::pair(_U1&&, const _T2&), [...]): Use std::is_constructible...

stl_pair.h (pair<>::pair(_U1&&, const _T2&), [...]): Use std::is_constructible instead of std::is_convertible.

2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/stl_pair.h (pair<>::pair(_U1&&, const _T2&),
	pair<>::pair(const _T1&, _U2&&), pair<>::pair(_U1&&, _U2&&)):
	Use std::is_constructible instead of std::is_convertible.

From-SVN: r155585
parent a19eb9d2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment