From ef24e72b2618806f64345544fa46c84f3f494890 Mon Sep 17 00:00:00 2001 From: archshift Date: Tue, 20 Jan 2015 17:16:47 -0800 Subject: Asserts: break/crash program, fit to style guide; log.h->assert.h Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft. --- externals/boost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals') diff --git a/externals/boost b/externals/boost index 728a4d7d..a1afc91d 160000 --- a/externals/boost +++ b/externals/boost @@ -1 +1 @@ -Subproject commit 728a4d7d1c8b28355544ae829df9c4b5f28373c5 +Subproject commit a1afc91d3aaa3da06bdbc13c78613e1466653405 -- cgit v1.2.3