Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 18 Dec 2018 17:14:02 +0100
Description: gcc-8 does not expose inline definitions to other source files

--- a/igor_src/Aligner.cpp
+++ b/igor_src/Aligner.cpp
@@ -895,7 +895,7 @@ Int_Str nt2int(string nt_sequence){
 /**
  * This function compares nucleotides and output a boolean if they do not necessarily imply an error (ambiguous nucleotides are thus treated in a loose sense).
  */
-bool inline comp_nt_int(const int& nt_1 , const int& nt_2){
+bool comp_nt_int(const int& nt_1 , const int& nt_2){
 	if(nt_1 != nt_2){
 		if( (nt_1<4) & (nt_2<4)){
 			return false;
