Compiler clang error
In 7baed035, I introduced an syntax error with a single /
instead of two //
, which results in a compiler error on clang:
src/Algorithms/Hamiltonian.cpp:1:1: error: expected unqualified-id
/
In 7baed035, I introduced an syntax error with a single /
instead of two //
, which results in a compiler error on clang:
src/Algorithms/Hamiltonian.cpp:1:1: error: expected unqualified-id
/