From 707055ce924432a5ef3f293099089b2b98ddb698 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Tue, 11 Jul 2017 14:09:36 +0200 Subject: [PATCH] drop body of the default from_string impl --- alib2std/src/extensions/string.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/alib2std/src/extensions/string.hpp b/alib2std/src/extensions/string.hpp index 2c6bb05374..1d9749723b 100644 --- a/alib2std/src/extensions/string.hpp +++ b/alib2std/src/extensions/string.hpp @@ -31,9 +31,7 @@ template < > string to_string ( const string & value ); template < typename T > -T from_string ( const string & ) { - throw logic_error ( "function_does_not_exist" ); -} +T from_string ( const string & ); template < > string from_string ( const string & value ); -- GitLab