You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/06 18:14:00 UTC

[jira] [Commented] (PARQUET-1267) replace "unsafe" std::equal by std::memcmp

    [ https://issues.apache.org/jira/browse/PARQUET-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16428708#comment-16428708 ] 

ASF GitHub Bot commented on PARQUET-1267:
-----------------------------------------

rip-nsk opened a new pull request #451: PARQUET-1267: [C++] replace "unsafe" std::equal by std::memcmp
URL: https://github.com/apache/parquet-cpp/pull/451
 
 
   

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


> replace "unsafe" std::equal by std::memcmp
> ------------------------------------------
>
>                 Key: PARQUET-1267
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1267
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: rip.nsk
>            Priority: Trivial
>
> std::equal(first1, last1, first2, size) is considered unsafe by msvc, replace it by std::memcmp



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)