Commit Graph

228 Commits

Author SHA1 Message Date
Jose Luis Blanco-Claraco 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
Arash Partow fca5cde103 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-26 17:01:09 +11:00
Arash Partow 6db84b654f C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-19 20:07:59 +11:00
Arash Partow e21b7d2e0b C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-19 18:21:34 +11:00
Arash Partow bf24f1fc52 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-19 18:20:26 +11:00
Arash Partow 3209f74e7f C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-18 13:17:34 +11:00
Arash Partow 165e10a5f0 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-17 09:30:38 +11:00
Arash Partow bf5e55fc37 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-15 10:47:18 +11:00
Arash Partow c57053fba1 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-13 11:22:37 +11:00
Arash Partow 57041af631 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-13 07:52:26 +11:00
Arash Partow 4e8e9b98e7 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-11 12:46:39 +11:00
Arash Partow e7bf0da424 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-10 18:40:57 +11:00
Arash Partow ee004640a0 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-10 17:30:19 +11:00
Arash Partow a4fd5ceb54 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-10 13:20:38 +11:00
Arash Partow 6b0dfbced9 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-10 12:17:33 +11:00
Arash Partow 9a269be6a4 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-09 16:31:52 +11:00
Arash Partow b3f673f75e C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-06 08:20:01 +11:00
Arash Partow d86f6da090 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-05 13:33:35 +11:00
Arash Partow 5fbbe49c96 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-04 15:09:09 +11:00
Arash Partow 2634a0b0b4 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-04 10:27:29 +11:00
Arash Partow 778726493b C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-03 08:49:58 +11:00
Arash Partow 8605c9fc50 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-03 07:47:15 +11:00
Arash Partow a945f92ecd C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-02 23:47:34 +11:00
Arash Partow 47b91ed6e7 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-02 21:43:42 +11:00
Arash Partow 67718cb601 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-02 20:23:18 +11:00
Arash Partow 83645a61f9 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-10-02 20:16:28 +11:00
Arash Partow 46b918c99a C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-29 08:53:05 +10:00
Arash Partow 41648363a0 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-27 23:20:31 +10:00
Arash Partow 94214bf65d C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-26 19:16:08 +10:00
Arash Partow 5728bb1327 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-26 10:50:06 +10:00
Arash Partow d63c4c274d C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-17 14:33:51 +10:00
Arash Partow cfe8fd136b C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-17 12:51:11 +10:00
Arash Partow 2db206be89 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-16 09:30:36 +10:00
Arash Partow f3d7beab91 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-10 13:15:59 +10:00
Arash Partow cfde61cb85 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-06 09:15:02 +10:00
Arash Partow 92dc4470c4 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-06 08:27:19 +10:00
Arash Partow e0b0aa5130 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-09-01 09:21:23 +10:00
Arash Partow ed5eec1836 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-30 11:00:17 +10:00
Arash Partow 379317db93 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-27 13:31:09 +10:00
Arash Partow 288644de2d C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-24 03:30:08 +10:00
Arash Partow 9de391ed3c C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-22 20:44:01 +10:00
Arash Partow df884b3554 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-22 20:30:35 +10:00
Arash Partow a73cec0a35 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-22 19:09:47 +10:00
Arash Partow 0cbb6ee004 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-22 18:54:54 +10:00
Arash Partow a05c9a55c7 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-22 18:38:35 +10:00
Arash Partow 53fa7f0ce8 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-22 09:57:59 +10:00
Arash Partow 98761d3a94 C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-18 18:51:21 +10:00
Arash Partow 79a3a265ec C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-15 09:08:14 +10:00
Arash Partow 26ec96afbf C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-04 08:30:26 +10:00
Arash Partow bea0747d8b C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html 2016-08-04 03:08:21 +10:00