octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #61812] Math constants (e.g. M_PI) are not par


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #61812] Math constants (e.g. M_PI) are not part of C/C++ standard
Date: Thu, 27 Jan 2022 05:45:00 -0500 (EST)

Follow-up Comment #36, bug #61812 (project octave):

I think the issue might be that after the patch with a compiler supporting
c++17 with --enable-std-pmr-polymorphic-allocator an explicit -std=gnu++17 is
supplied to the compiler, and with --disable-std-pmr-polymorphic-allocator an
explicit -std=gnu+11 (disabling std::variant), whereas before this patch I
suspect the -std option was not specified (and is default c++17 for gcc 11.2,
allowing std::variant to be used).

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61812>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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