From 4318bc1677481d81017b4b374c9b3dc5afd8b153 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 26 Apr 2019 07:54:06 +0300 Subject: [PATCH] Text --- wiki/Prog/Links/Библиотеки C CPP.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/wiki/Prog/Links/Библиотеки C CPP.md b/wiki/Prog/Links/Библиотеки C CPP.md index 21ef6ff..0887b77 100644 --- a/wiki/Prog/Links/Библиотеки C CPP.md +++ b/wiki/Prog/Links/Библиотеки C CPP.md @@ -22,19 +22,9 @@ toc: yes * [spdlog](https://github.com/gabime/spdlog): журналирование * [cpptoml](https://github.com/skystrife/cpptoml): чтение [TOML](https://github.com/toml-lang/toml) * [gsl-lite](https://github.com/martinmoene/gsl-lite/): реализация рекомедаций [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) +* [mpfrc++](http://www.holoborodko.com/pavel/mpfr): C++ интерфейс для [MPFR](https://www.mpfr.org/) ### Qt * [Обработка сигналов UNIX](https://github.com/sjinks/qt_signalwatcher) - - -```plantuml -@startuml - Alice -> Bob: Authentication Request - Bob --> Alice: Authentication Response - - Alice -> Bob: Another authentication Request - Alice <-- Bob: another authentication Response -@enduml -```