Skip to content

Commit 2dfe7ff

Browse files
committed
picky new versions
1 parent 065256b commit 2dfe7ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kit/meta/meta.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,8 +1280,8 @@ class MetaBase:
12801280
typedef std::vector<MetaElement>::const_iterator const_iterator;
12811281
const_iterator cbegin() const { return m_Elements.cbegin(); }
12821282
const_iterator cend() const { return m_Elements.cend(); }
1283-
iterator begin() const { return m_Elements.begin(); }
1284-
iterator end() const { return m_Elements.end(); }
1283+
//iterator begin() const { return m_Elements.begin(); }
1284+
//iterator end() const { return m_Elements.end(); }
12851285
iterator begin() { return m_Elements.begin(); }
12861286
iterator end() { return m_Elements.end(); }
12871287

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ workspace("kit")
33

44
configurations {"Debug", "Release"}
55

6-
defines { "GLM_FORCE_RADIANS", "DO_NOT_USE_WMAIN", "NOMINMAX" }
6+
defines { "GLM_FORCE_RADIANS", "GLM_ENABLE_EXPERIMENTAL", "DO_NOT_USE_WMAIN", "NOMINMAX" }
77

88
-- Debug Config
99
configuration "Debug"

0 commit comments

Comments
 (0)