From d5a8c51d4010285be02f3252520300a737799872 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Apr 2015 16:29:15 +0200 Subject: Add diagnostics support --- web/apache/log | 2 +- web/module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/apache/log b/web/apache/log index 8464763..0e39420 100644 --- a/web/apache/log +++ b/web/apache/log @@ -27,7 +27,7 @@ namespace web write (int level, const char* msg) {write (nullptr, 0, level, msg);} void - write (const char* file, uint64_t line, int level, const char* msg); + write (const char* file, std::uint64_t line, int level, const char* msg); private: // ... diff --git a/web/module b/web/module index e9787a4..642b1bd 100644 --- a/web/module +++ b/web/module @@ -24,7 +24,7 @@ namespace web // // @@ Define some commonly used constants? // - using status_code = uint16_t; + using status_code = std::uint16_t; struct name_value { -- cgit v1.1