summarylogtreecommitdiffstats
path: root/sagemath-lcalc-c++11.patch
blob: adc10f4a34bb706129dcc6531f0ad4dae91de916 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/sage/libs/lcalc/lcalc_Lfunction.pxd
+++ b/src/sage/libs/lcalc/lcalc_Lfunction.pxd
@@ -1,6 +1,5 @@
 # Lcalc requires GNU extensions, it does not strictly conform to any
 # C++ standard: https://trac.sagemath.org/ticket/23341
-# distutils: extra_compile_args = -std=gnu++98
 
 cdef extern from "lcalc_sage.h":
     ctypedef struct doublevec "std::vector<double>":