[
https://issues.apache.org/jira/browse/ARROW-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney reassigned ARROW-4664:
-----------------------------------
Assignee: Wes McKinney
> [C++] DCHECK macro conditions are evaluated in release builds
> -------------------------------------------------------------
>
> Key: ARROW-4664
> URL: https://issues.apache.org/jira/browse/ARROW-4664
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Benjamin Kietzman
> Assignee: Wes McKinney
> Priority: Trivial
> Fix For: 0.13.0
>
>
> {{DCHECK(potentially_expensive())}} will evaluate the argument even in
> release mode, and is used in several places with the assumption that it will
> do so (which means removing the guarantee of evaluation causes numerous
> failures). By contrast, most debug assertion macros elide their arguments
> entirely ({{<cassert>.assert}}, {{<glog/logging.h>}}) in release mode
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)