9924a0fe93
Merge e13f401af6
into d6c907b879
2017-04-21 04:32:23 +00:00
d6c907b879
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-04-20 09:54:26 +10:00
d035239536
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-04-13 08:13:10 +10:00
874d8732fd
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-04-12 19:32:00 +10:00
a2af37c630
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-04-12 14:35:13 +10:00
63c2644981
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-04-11 18:20:20 +10:00
0b2a6761af
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-04-09 16:48:05 +10:00
e7d96c48ef
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-04-06 08:26:48 +10:00
b579791618
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-02-22 08:44:24 +11:00
f78f1ae6b5
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-02-15 17:56:00 +11:00
dc25136d52
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-02-14 20:24:11 +11:00
ecc414d2ff
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-02-11 20:37:14 +11:00
27c041d135
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-02-11 19:51:59 +11:00
9211ae8b10
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2017-02-06 18:03:16 +11:00
85c4183237
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-12-19 06:06:23 +11:00
bf0b538e77
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-12-18 17:44:17 +11:00
54c923572a
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-12-18 15:34:51 +11:00
d296b0b73b
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-12-15 10:46:23 +11:00
e13f401af6
Fix build error with Ubuntu precise's version of GCC with C++11 enabled
...
Forcing `make_pair<>` via explicit arguments leads the compiler to try
to match it against the version with universal references (T&&), failing
because the compiler does not want to match "v.size()-1" to it.
Error example:
/<<PKGBUILDDIR>>.../exprtk.hpp:5455:74: error: no matching function for
call to ‘make_pair(bool, std::basic_string<char>::size_type&)’
/<<PKGBUILDDIR>>.../exprtk.hpp:5455:74: note: candidate is:
/usr/include/c++/4.6/bits/stl_pair.h:262:5: note: template<class _T1,
class _T2> std::pair<typename std::__decay_and_strip<_T1>::__type,
typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&,
_T2&&)
/<<PKGBUILDDIR>>.../exprtk.hpp: In constructor
‘exprtk::details::stringvar_node<T>::stringvar_node(std::string&)’:
/<<PKGBUILDDIR>>.../exprtk.hpp:7364:74: error: no matching function for
call to ‘make_pair(bool, std::basic_string<char>::size_type&)’
/<<PKGBUILDDIR>>/libs/base/include/mrpt/otherlibs/exprtk.hpp:7364:74:
note: candidate is:
/usr/include/c++/4.6/bits/stl_pair.h:262:5: note: template<class _T1,
class _T2> std::pair<typename std::__decay_and_strip<_T1>::__type,
typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&,
_T2&&)
/usr/bin/cmake -E cmake_progress_report
"/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/CMakeFiles"
2016-11-18 00:33:41 +01:00
fca5cde103
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-26 17:01:09 +11:00
6db84b654f
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-19 20:07:59 +11:00
e21b7d2e0b
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-19 18:21:34 +11:00
bf24f1fc52
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-19 18:20:26 +11:00
3209f74e7f
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-18 13:17:34 +11:00
165e10a5f0
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-17 09:30:38 +11:00
bf5e55fc37
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-15 10:47:18 +11:00
c57053fba1
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-13 11:22:37 +11:00
57041af631
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-13 07:52:26 +11:00
4e8e9b98e7
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-11 12:46:39 +11:00
e7bf0da424
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-10 18:40:57 +11:00
ee004640a0
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-10 17:30:19 +11:00
a4fd5ceb54
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-10 13:20:38 +11:00
6b0dfbced9
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-10 12:17:33 +11:00
9a269be6a4
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-09 16:31:52 +11:00
b3f673f75e
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-06 08:20:01 +11:00
d86f6da090
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-05 13:33:35 +11:00
5fbbe49c96
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-04 15:09:09 +11:00
2634a0b0b4
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-04 10:27:29 +11:00
778726493b
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-03 08:49:58 +11:00
8605c9fc50
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-03 07:47:15 +11:00
a945f92ecd
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-02 23:47:34 +11:00
47b91ed6e7
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-02 21:43:42 +11:00
67718cb601
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-02 20:23:18 +11:00
83645a61f9
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-10-02 20:16:28 +11:00
46b918c99a
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-09-29 08:53:05 +10:00
41648363a0
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-09-27 23:20:31 +10:00
94214bf65d
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-09-26 19:16:08 +10:00
5728bb1327
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-09-26 10:50:06 +10:00
d63c4c274d
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-09-17 14:33:51 +10:00
cfe8fd136b
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
2016-09-17 12:51:11 +10:00