- Setup Basic Implementation for String Library
This commit is contained in:
@@ -57,7 +57,7 @@ inline std::ostream& operator<<(std::ostream& os, const matrix<ScalarT, RowsV, C
|
||||
|
||||
// Core test function
|
||||
template<typename ResultT>
|
||||
inline void __fennec_test_run(const std::string& expression, const ResultT result, const ResultT expected)
|
||||
inline void __fennec_test_run(const std::string& expression, const ResultT& result, const ResultT& expected)
|
||||
{
|
||||
// Print out the expression as a string and the resulting value
|
||||
std::cout << std::boolalpha;
|
||||
|
||||
Reference in New Issue
Block a user