Skip to content

Instantly share code, notes, and snippets.

View Kelloggs's full-sized avatar

Jens Cornelis Kelloggs

View GitHub Profile
### Keybase proof
I hereby claim:
* I am kelloggs on github.
* I am kelloggsfrost (https://keybase.io/kelloggsfrost) on keybase.
* I have a public key whose fingerprint is 21C0 D264 CEF3 8303 D73F 0A53 6F94 98F1 D514 40FA
To claim this, I am signing this object:
@Kelloggs
Kelloggs / assimp3.clang.patch
Created June 5, 2013 07:40
Assimp 3.0 compilation patch for CLANG on MAC OSX
Index: STEPFile.h
===================================================================
--- STEPFile.h (revision 3581)
+++ STEPFile.h (working copy)
@@ -195,13 +195,13 @@
// conversion support.
template <typename T>
const T& ResolveSelect(const DB& db) const {
- return Couple<T>(db).MustGetObject(To<EXPRESS::ENTITY>())->To<T>();
+ return Couple<T>(db).MustGetObject(To<EXPRESS::ENTITY>())->template To<T>();