| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Removed std::to_string usage Added unsigned char Added signed char Added unsigned short int Added unsigned int
|
why did you remove const from const bool operator==(const iterator_t &other) const? It is recommended to add const to make statements like this (it1 == it2) = it3; unavailable |
Sorry, something went wrong.
|
I was getting complier warning. sqlite_orm.h:2651: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-3) |
Sorry, something went wrong.
|
Ok. Thanks you very much. I accept your pull request and remove couts at all in the next commit. |
Sorry, something went wrong.
|
Thanks. :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Removed std::to_string usage
Added unsigned char
Added signed char
Added unsigned short int
Added unsigned int
Removed const return types to avoid complier warnings