Re: GCC __cplusplus definition on rawhide and ciso646

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jan 29, 2025 at 02:38:45AM +0000, Sérgio Basto wrote:
> Applied , thank you .
> 
> libphonenumber [1] doesn't build on rawhide because treats this warning
> as errors 
> 
> abseil-cpp-20240722.1 also have one header that emit this king of
> warning. 
> 
> in absl/hash/internal/hash.h line 33 
> 
>  // For feature testing and determining which headers can be included.
>  #if ABSL_INTERNAL_CPLUSPLUS_LANG >= 202002L    
>  #include <version>    
>  #else    
>  #include <ciso646>    
>  #endif 
> 
> so , what you suggest ? 

Replace ciso646 with some other small header (or even larger if you always
include it later anyway).
E.g. cassert should be small, or cfloat.

	Jakub

-- 
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux