git: <sys/cdefs.h>: Define __LONG_LONG_SUPPORTED for C++11.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Jun 19 09:19:01 PDT 2015


commit 7f455ce26b6edbe06e7571bafa45625822f92404
Author: Sascha Wildner <saw at online.de>
Date:   Fri Jun 19 18:17:51 2015 +0200

    <sys/cdefs.h>: Define __LONG_LONG_SUPPORTED for C++11.
    
    The recent typo fix had more implications than I initially thought of.
    In particular, since C++11, __LONG_LONG_SUPPORTED is needed for C++,
    but e.g. c++ -std=c++11 also defines __STRICT_ANSI__. It worked before
    only because of not catching that __STRICT_ANSI__ with the typo in place.
    
    So define __LONG_LONG_SUPPORTED for C++11 (or later) too, and also expose
    the {U}INT{8,16,32,64,MAX}_C macros and the standard limits from
    <cpu/int_limits.h> for C++11. FreeBSD has it like that and it is correct
    from what I gather from the C++11 standard.
    
    On the 4.2 and 4.0 release branches, just to be conservative, I
    reverted the typo fix instead.
    
    Reported-by: Rimvydas Jasinskas <rimvydas.jasinskas at gmail.com>
    Taken-from:  FreeBSD

Summary of changes:
 sys/sys/cdefs.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7f455ce26b6edbe06e7571bafa45625822f92404


-- 
DragonFly BSD source repository


More information about the Commits mailing list