We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c164ab commit adb53b8Copy full SHA for adb53b8
imgui.cppm
@@ -3,12 +3,12 @@
3
4
module;
5
6
+#define IMGUI_DEFINE_MATH_OPERATORS
7
#include "imgui.h"
8
9
export module ImGui;
10
11
export {
- #ifdef IMGUI_DEFINE_MATH_OPERATORS
12
using ::operator+;
13
using ::operator-;
14
using ::operator*;
@@ -19,7 +19,6 @@ export {
19
using ::operator/=;
20
using ::operator==;
21
using ::operator!=;
22
- #endif
23
24
// ----- Enums -----
25
0 commit comments