summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-26 10:16:52 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-26 10:16:52 +0100
commitf0147293990f2a400912f4f8abd1b456319da0e6 (patch)
tree2481801b779330eccdd12126897f12918fac3a67 /tests
parente363d36a55e74d12aeef28b2a4b1f3ba074495fd (diff)
fixed _NOEXCEPT macro for normal compilers, updated version number to force recompile of extensions after we introduced the constants
Diffstat (limited to 'tests')
-rw-r--r--tests/cpp/include/doubl2str.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cpp/include/doubl2str.h b/tests/cpp/include/doubl2str.h
index 66f2b86..5c7f208 100644
--- a/tests/cpp/include/doubl2str.h
+++ b/tests/cpp/include/doubl2str.h
@@ -3,7 +3,6 @@
* double -> string
*
*/
-
#include <sstream>
#include <iomanip>
std::string double2str(long double d)