Fixed clangd type hints in the matrix.cpp file
Some checks failed
Merge-Checker / build_and_test (pull_request) Failing after 26s
Some checks failed
Merge-Checker / build_and_test (pull_request) Failing after 26s
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
// This #ifndef section makes clangd happy so that it can properly do type hints
|
||||
// in this file
|
||||
#ifndef MATRIX_H_
|
||||
#define MATRIX_H_
|
||||
#include "Matrix.hpp"
|
||||
#endif
|
||||
|
||||
#ifdef MATRIX_H_ // since the .cpp file has to be included by the .hpp file this
|
||||
// will evaluate to true
|
||||
#include "Matrix.hpp"
|
||||
|
||||
Reference in New Issue
Block a user