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

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

[Octave-bug-tracker] [bug #65034] Enable polymorphic allocators in API b


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #65034] Enable polymorphic allocators in API by default (for .mex)
Date: Thu, 14 Dec 2023 12:23:20 -0500 (EST)

Follow-up Comment #1, bug#65034 (group octave):

In case we'd like to enable polymorphic allocators by default now, we could
use the attached patch.

With it, the configure script would check by default if the used compiler and
STL have support for C++17 and std::pmr::polymorphic_allocator. If they do,
Octave would use that feature.
To skip that check and not use std::pmr::polymorphic_allocator, users could
configure with `--disable-std-pmr-polymorphic-allocator`.


(file #55453)

    _______________________________________________________

Additional Item Attachment:

File name: bug65034-enable-std-pmr-polymorphic-allocator.patch Size:1 KB
   
<https://file.savannah.gnu.org/file/bug65034-enable-std-pmr-polymorphic-allocator.patch?file_id=55453>


    AGPL NOTICE

These attachments are served by Savane. You can download the corresponding
source code of Savane at
https://git.savannah.nongnu.org/cgit/administration/savane.git/snapshot/savane-66912d2e25ee5067e2b83b74f2be01731924a7eb.tar.gz


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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