Merge branch 'master' into jgrpp

# Conflicts:
#	src/lang/arabic_egypt.txt
This commit is contained in:
Jonathan G Rennison
2021-11-10 01:05:30 +00:00
67 changed files with 181 additions and 50 deletions

View File

@@ -16,8 +16,8 @@
/**
* Overflow safe template for integers, i.e. integers that will never overflow
* you multiply the maximum value with 2, or add 2, or subtract something from
* the minimum value, etc.
* when you multiply the maximum value with 2, or add 2, or subtract something
* from the minimum value, etc.
* @param T the type these integers are stored with.
*/
template <class T>