lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5720 Add enab


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5720 Add enabling extension definitions for `-std=c++11` option
Date: Thu, 06 Feb 2020 12:13:49 -0000

I've pushed.

commit 7396a28bde310c5f43d7dcbd3dfc8f708726f3de


[issues:#5720] Add enabling extension definitions for -std=c++11 option

Status: Fixed
Labels: Fixed_2_21_0
Created: Sat Feb 01, 2020 06:13 AM UTC by Masamichi Hosoda
Last Updated: Thu Feb 06, 2020 06:20 AM UTC
Owner: Masamichi Hosoda

The compiler option -std=c++11 means
to follow the strict C++11 standard,
and cannot use several extensions
such as POSIX functions/definitions
(e.g. M_PI, strdup, putenv, and chroot).

With the option, some environments (e.g. Linux)
can use the extensions as it is,
but other environments require definitions (e.g. _GNU_SOURCE)
to enable the extensions.

This commit makes
configure script checks the environments and adds the definitions.

http://codereview.appspot.com/579270051


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]