We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fmt
1 parent 61945e1 commit cc7dad2Copy full SHA for cc7dad2
2 files changed
examples/conan_cmake/library/conanfile.py
examples/conan_cmake/library/src/mathutils.ixx
@@ -1,6 +1,7 @@
1
-export module mathutils;
+#include <fmt/core.h>
2
+#include <fmt/color.h>
3
-import fmt;
4
+export module mathutils;
5
6
export namespace mathutils
7
{
0 commit comments