You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/30 06:00:52 UTC

[GitHub] [incubator-doris] lverson3 commented on pull request #9456: [Refactor] Replace '#ifndef' with '#pragma once'

lverson3 commented on PR #9456:
URL: https://github.com/apache/incubator-doris/pull/9456#issuecomment-1140731351

   
   In file included from /home/htcc/gopr/doris/incubator-doris/be/src/vec/columns/columns_common.cpp:25:
   /home/htcc/gopr/doris/incubator-doris/be/src/util/simd/bits.h: In function 'uint32_t doris::simd::bytes32_mask_to_bits32_mask(const uint8_t*)':
   /home/htcc/gopr/doris/incubator-doris/be/src/util/simd/bits.h:49:10: error: 'size_t' was not declared in this scope; did you mean 'std::size_t'?
      49 |     for (size_t i = 0; i < 32; ++i) 
   
   编译报错是什么原因导致的呢?辛苦帮忙看下


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org