bugfix, possible crash
This commit is contained in:
		@@ -91,7 +91,7 @@ template <typename T, typename A>
 | 
			
		||||
    throw(std::bad_exception) {
 | 
			
		||||
  std::list<T, A> copy(l);
 | 
			
		||||
  copy.push_back(o);
 | 
			
		||||
  return ;
 | 
			
		||||
  return copy;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* @brief push a char* to a list of string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user