File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
lib/mmsolverlibs/include/mmsolverlibs Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,7 @@ inline void ostream_add_build_info_end(std::ostream& ostream) {
135135 << " - Git Branch: " << project_git_branch << " \n "
136136 << " - Git Commit: " << project_git_commit_hash_long << " \n "
137137 << " - C++ Compiler: " << cxx_compiler << " \n "
138- << " - C++ Linker: " << cxx_linker
139- << std::endl;
138+ << " - C++ Linker: " << cxx_linker << std::endl;
140139}
141140
142141} // namespace
Original file line number Diff line number Diff line change 5050 ::mmsolver::build_info::project_git_commit_hash_long()
5151#define MMASSERT_PROJECT_GIT_COMMIT_HASH_SHORT \
5252 ::mmsolver::build_info::project_git_commit_hash_short()
53- #define MMASSERT_CXX_COMPILER \
54- ::mmsolver::build_info::cxx_compiler()
55- #define MMASSERT_CXX_LINKER \
56- ::mmsolver::build_info::cxx_linker()
53+ #define MMASSERT_CXX_COMPILER ::mmsolver::build_info::cxx_compiler()
54+ #define MMASSERT_CXX_LINKER ::mmsolver::build_info::cxx_linker()
5755
5856// MM Solver Libs
5957#include <mmsolverlibs/assert.h>
You can’t perform that action at this time.
0 commit comments