2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-09 10:11:49 +00:00

Consider triple number sign in macro value combination of ## and #

This commit is contained in:
Jan
2023-12-30 14:39:08 +01:00
parent 799fa37c44
commit 729b72c1d9
2 changed files with 22 additions and 10 deletions

View File

@@ -46,6 +46,9 @@ public:
Define();
Define(std::string name, std::string value);
void IdentifyParameters(const std::vector<std::string>& parameterNames);
private:
static bool IsStringizeParameter(const std::string& value, unsigned pos);
};
enum class ParameterState : uint8_t