We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386ab42 commit 432de74Copy full SHA for 432de74
3 files changed
include/REX/TIniSetting.h
@@ -49,6 +49,7 @@ namespace REX
49
};
50
}
51
52
+// DEPRECATED
53
namespace REX::INI
54
{
55
template <class T, class S = FIniSettingStore>
include/REX/TJsonSetting.h
@@ -47,6 +47,7 @@ namespace REX
47
48
namespace REX::JSON
template <class T, class S = FJsonSettingStore>
@@ -55,8 +56,8 @@ namespace REX::JSON
56
template <class S = FJsonSettingStore>
57
using Bool = TJsonSetting<bool, S>;
58
- template <class S = FJsonSettingStore>
59
- using F32 = TJsonSetting<float, S>;
+ //template <class S = FJsonSettingStore>
60
+ //using F32 = TJsonSetting<float, S>;
61
62
63
using F64 = TJsonSetting<double, S>;
@@ -88,8 +89,8 @@ namespace REX::JSON
88
89
90
using BoolA = SettingA<bool, S>;
91
92
- using F32A = SettingA<float, S>;
93
+ //using F32A = SettingA<float, S>;
94
95
96
using F64A = SettingA<double, S>;
include/REX/TTomlSetting.h
@@ -65,6 +65,7 @@ namespace REX
65
66
67
68
69
namespace REX::TOML
70
71
template <class T, class S = FTomlSettingStore>
0 commit comments