We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fa14a commit 90c712aCopy full SHA for 90c712a
include/dual.tpp
@@ -3,7 +3,7 @@
3
4
#include "quaternion.hpp"
5
#include "quaternion.tpp"
6
-#include <sstream>
+#include <iosfwd>
7
8
template<class L, class S>
9
L& operator<<(L &lhs, DualQuaternion<S> const& rhs) {
include/format.hpp
#include <string>
#include <vector>
#include "utilities.hpp"
include/quaternion.tpp
@@ -1,7 +1,7 @@
1
#ifndef QUATERNION_TPP
2
#define QUATERNION_TPP
L& operator<<(L &lhs, Quaternion<S> const& rhs) {
0 commit comments