X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=my_assert.h;h=3688d9630d27869880dc2a12010d34d1d95c1c70;hp=02844e1baa3271f6da9e3933c29b1881b11c0824;hb=92b24279a3ecc72946e7e7c23149ad0d181f373a;hpb=d5639baddcd4bdf09dd31237e914afb987954472 diff --git a/my_assert.h b/my_assert.h index 02844e1..3688d96 100644 --- a/my_assert.h +++ b/my_assert.h @@ -9,39 +9,40 @@ #include #include -std::string itos(int i) { +inline std::string itos(int i) { std::ostringstream strout; strout<