1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/math/mtl/files/patch-mtl__linalg_vec.h
Brendan Fabeny 486a856d6b update to 2.1.2.23; add LICENSE and test targets; respect CXX and
CXXFLAGS; fix the build with lang/gcc46 (refactored libstdc++
headers) and clang (stricter unqualified lookups in templates);
install examples
2012-01-01 17:34:49 +00:00

11 lines
340 B
C++

--- mtl/linalg_vec.h.orig 2007-04-10 16:03:10.000000000 -0400
+++ mtl/linalg_vec.h 2012-01-01 06:06:12.000000000 -0500
@@ -116,6 +116,7 @@
typedef difference_type Vec_difference_type;
typedef iterator Vec_iterator;
typedef const_iterator Vec_const_iterator;
+ typedef value_type Vec_value_type;
class IndexArray {
public: