提交 b59e9717 编写于 作者: A Alexey Milovidov

Updated Style [#CLICKHOUSE-2].

上级 febac4d4
......@@ -452,7 +452,7 @@
}
else /// If the calculations are already in progress, wait for results
pool.wait();
if (exception)
exception->rethrow();
```
......@@ -563,7 +563,7 @@ This is not recommended, but it is allowed.
```cpp
using AggregateFunctionPtr = std::shared_ptr<IAggregateFunction>;
/** Creates an aggregate function by name.
*/
class AggregateFunctionFactory
......@@ -691,7 +691,7 @@ This is not recommended, but it is allowed.
The CPU instruction set is the minimum supported set among our servers. Currently, it is SSE 4.2.
6. Use `-Wall -Werror` compilation flags.
6. Use `-Wall -Wextra -Werror` compilation flags.
7. Use static linking with all libraries except those that are difficult to connect to statically (see the output of the 'ldd' command).
......
......@@ -626,7 +626,7 @@
Набор инструкций - минимальный поддерживаемый среди наших серверов. Сейчас это - SSE4.2.
6. Используются флаги компиляции `-Wall -Werror`.
6. Используются флаги компиляции `-Wall -Wextra -Werror`.
7. Используется статическая линковка со всеми библиотеками кроме тех, которые трудно подключить статически (см. вывод команды ldd).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册