fixed a lot of issues, now successfully runs the test with --enable-pedantic; refs #8
This commit is contained in:
		@@ -73,7 +73,7 @@ template <typename T, typename A>
 | 
				
			|||||||
    throw(std::bad_exception) {
 | 
					    throw(std::bad_exception) {
 | 
				
			||||||
  std::vector<T, A> copy(l);
 | 
					  std::vector<T, A> copy(l);
 | 
				
			||||||
  copy.push_back(o);
 | 
					  copy.push_back(o);
 | 
				
			||||||
  return ;
 | 
					  return copy;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* @brief push a char* to a vector of string
 | 
					/* @brief push a char* to a vector of string
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user