FrozenGene commented on issue #4628: [Object] Add String container
URL: https://github.com/apache/incubator-tvm/pull/4628#issuecomment-583809422
 
 
   IMO, it is bad idea to introduce std::experimental to this core part. As C++ 
standard says: The behavior of a C++ program is undefined if it adds 
declarations or definitions to namespace std or to a namespace within namespace 
std unless otherwise specified. That is to say std::experimental’s behavior is 
not guaranteed. Different version of compilers / compared with C++17 std, 
std::experimental maybe have different result too. I strongly suggest we remove 
std::experimental from this pr. Or we could consider implementing our 
string::view if we think it is very important.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to