X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=my_assert.h;h=3688d9630d27869880dc2a12010d34d1d95c1c70;hb=799735d94b6f8c5c34b828bccdd3408f4b38a6ef;hp=74f0299895a50d5f30700eb4bee2be00c54d84f0;hpb=635ca2939cfb1f519f19e9dec072ddd05e9fb450;p=rsem.git diff --git a/my_assert.h b/my_assert.h index 74f0299..3688d96 100644 --- a/my_assert.h +++ b/my_assert.h @@ -9,38 +9,40 @@ #include #include -std::string itos(int i) { +inline std::string itos(int i) { std::ostringstream strout; strout<