Click here to Skip to main content
15,894,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Forum memebers

I am getting is issue with make_pai() function in c++. please explain bit clear.
As iam doing poriting code from solaris to linux and i block with above issue.
is make_pair is c++ standard file .may i have to include apart from utility in the source file.


Thanks in Advance
Siva.
Posted
Updated 26-Nov-13 1:21am
v2

make_pair is part of the C++ Standard Template Library; you can check by looking at the include file. However, since you did not explain exactly what problem you are having it is difficult to say more.
 
Share this answer
 
make_pair is part of the utility header, so that is the only one you have to include.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900