From ce8549f1c3be4af0873e3b5dcce8c099d573e785 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sun, 3 Dec 2017 21:40:16 +0000 Subject: [PATCH] Fixed timestamp for Developer guide --- docs/DEVELOPER_GUIDES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER_GUIDES.md b/docs/DEVELOPER_GUIDES.md index c35d13f..5609ddb 100644 --- a/docs/DEVELOPER_GUIDES.md +++ b/docs/DEVELOPER_GUIDES.md @@ -18,6 +18,6 @@ Boost versions across different distributions: * CentOS 6: 1.41 according to http://mirror.centos.org/centos/6.8/os/x86_64/Packages/ * CentOS 7: 1.53 -So at 25th of September of 2016 you could use features only from Boost 1.41 (I'm so sorry about it but we should keep compatibility with CentOS 6). +So at 3th of December of 2017 you could use features only from Boost 1.41 (I'm so sorry about it but we should keep compatibility with CentOS 6). We are using gcc as main compiler. I like clang but some old distros has broken and very old clang and it could not be used. CentOS 6 has pretty old version of gcc without C++ 11 support and we could not use it (I'm so sorry about it also, it's huge pain).