Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1466885
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

分类: C/C++

2013-03-05 22:26:00

1.cpp: In function ‘int main()’:
1.cpp:24: error: call of overloaded ‘swap(int&, int&)’ is ambiguous
1.cpp:12: note: candidates are: void swap(any&, any&) [with any = int]
/usr/include/c++/4.4/bits/move.h:76: note:                 void std::swap(_Tp&, _Tp&) [with _Tp = int]

ambiguous:模糊的
candidates:另一个

swap与库文件move.h冲突

阅读(1173) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~