changed to 80 max column

This commit is contained in:
fourtf
2018-08-06 21:17:03 +02:00
parent defa7e41fa
commit f71ff08e68
203 changed files with 3792 additions and 2405 deletions
+2 -1
View File
@@ -77,7 +77,8 @@ private:
void initPubsub();
void initNm();
template <typename T, typename = std::enable_if_t<std::is_base_of<Singleton, T>::value>>
template <typename T,
typename = std::enable_if_t<std::is_base_of<Singleton, T>::value>>
T &emplace()
{
auto t = new T;