• R/O
  • HTTP
  • SSH
  • HTTPS

libcore: Commit

GikoMonaのソフトウェアの基幹部分を集めて1つのライブラリに集約したものです。gikomona/pnutsのコンパイルにはこのライブラリが必須です。


Commit MetaInfo

Revision04a772e44d87a1a7ef38f003f7273e98efd042ec (tree)
Time2014-08-10 01:30:40
Authorcaprice <caprice@user...>
Commitercaprice

Log Message

logging.hppのincludeを追加

Change Summary

Incremental Difference

--- a/include/GikoMona.hpp
+++ b/include/GikoMona.hpp
@@ -11,11 +11,12 @@
1111 #define LIBSQLITEXX_USED_BY_GIKOMONA
1212
1313 #include "string.hpp"
14+#include "logging.hpp"
1415
1516 #include <sqlitexx.hpp>
1617
1718 #if __cplusplus < 201103L
18- #error "[GikoMona.libcore @pp-time] : sorry, this compiler does NOT support C++11."
19+ #error "error - [GikoMona.LibCore @pp-time] : sorry, this compiler does NOT support C++11."
1920 #endif
2021
2122 namespace monazilla { namespace GikoMona {
@@ -38,7 +39,6 @@ using enable_if_T_is_same_as_U
3839 // for communication.hpp
3940 typedef int communicate_id;
4041 std::string to_string(const communicate_id val);
41-
4242
4343 }
4444
Show on old repository browser