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

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

     [ https://issues.apache.org/jira/browse/PARQUET-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe L. Korn resolved PARQUET-1267.
----------------------------------
       Resolution: Fixed
    Fix Version/s: cpp-1.5.0

Issue resolved by pull request 451
[https://github.com/apache/parquet-cpp/pull/451]

> 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
>             Fix For: cpp-1.5.0
>
>
> 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)