• R/O
  • SSH

libcpptools: Commit

This library contains code that extends and simplifies different operations
for C++ language based programs


Commit MetaInfo

Revision3d20655e4e43a4b0fbc530d732fe527008876e4a (tree)
Time2017-12-11 03:42:10
AuthorSergey Gusarov
CommiterSergey Gusarov

Log Message

Added empty string_logger.cpp
This fixes link errors in dynamic mode

Change Summary

Incremental Difference

diff -r 7f272bff5fde -r 3d20655e4e43 src/string_logger.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/string_logger.cpp Sun Dec 10 21:42:10 2017 +0300
@@ -0,0 +1,20 @@
1+/*
2+ * @author Sergey Gusarov <laborer2008 (at) gmail.com>
3+ * @section LICENSE
4+ * This Source Code Form is subject to the terms of the Mozilla Public
5+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7+ *
8+ * @section DESCRIPTION
9+ */
10+
11+#include "cpptools/string_logger.hpp"
12+
13+
14+/* *INDENT-OFF* */
15+namespace cpptools {
16+/* *INDENT-ON* */
17+
18+/* *INDENT-OFF* */
19+} // namespace cpptools
20+/* *INDENT-ON* */
Show on old repository browser