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