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

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

[Octave-bug-tracker] [bug #65244] Simplify code complexity of perms.cc


From: anonymous
Subject: [Octave-bug-tracker] [bug #65244] Simplify code complexity of perms.cc
Date: Fri, 9 Feb 2024 06:25:08 -0500 (EST)

Follow-up Comment #10, bug#65244 (group octave):

I think in C++11 the template tricks like enable_if and function overloading
is used for such conditions.  "if (something constexpre)" is different than
"if constexpr (somthing)". 
I the example in comment#9 the compiler will throw error.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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