Fixed returning address to temporary in functions. AABB also constructible from glm::vec4s.

This commit is contained in:
William Moberg
2015-12-16 12:19:43 +01:00
parent 04a01104b5
commit 99b76d7ae1
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public:
~ComponentPoolForwardIterator() = default;
ComponentPoolForwardIterator& operator=(const ComponentPoolForwardIterator& other) = default;
ComponentPoolForwardIterator& operator++();
ComponentPoolForwardIterator& operator++(int);
ComponentPoolForwardIterator operator++(int);
bool operator!=(const ComponentPoolForwardIterator& other) const;
bool operator==(const ComponentPoolForwardIterator& other) const;
ComponentWrapper operator*() const;