std::copy to std::cout for std::pair

前端 未结 10 634
耶瑟儿~
耶瑟儿~ 2020-12-04 20:08

I have next code:

#include 
#include 
#include 
#include 

//namespace std
//{

std::ostream&         


        
10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 20:45

    I'd just like to point out that adding things to the std:: namespace is illegal according to the C++ Standard (see section 17.4.3.1).

提交回复
热议问题