Wes McKinney created PARQUET-1865:
-------------------------------------

             Summary: [C++] Failure from C++17 feature used in 
parquet/encoding_benchmark.cc
                 Key: PARQUET-1865
                 URL: https://issues.apache.org/jira/browse/PARQUET-1865
             Project: Parquet
          Issue Type: Bug
            Reporter: Wes McKinney


{code}
ir/encoding_benchmark.cc.o -c ../src/parquet/encoding_benchmark.cc
../src/parquet/encoding_benchmark.cc:242:53: error: static_assert with no 
message is a C++17 extension [-Werror,-Wc++17-extensions]
  static_assert(sizeof(CType) == sizeof(*raw_values));
                                                    ^
                                                    , ""
../src/parquet/encoding_benchmark.cc:286:53: error: static_assert with no 
message is a C++17 extension [-Werror,-Wc++17-extensions]
  static_assert(sizeof(CType) == sizeof(*raw_values));
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to