aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1297456..e2df0fe 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -40,6 +40,9 @@ using namespace std::chrono;
// Might need to make it possible to define variables if a dependency exists (or doesn't exist) because the code might have
// preprocessor like: USE_LIBSODIUM or NO_LIBSODIUM.
+// TODO: Set c++ standard to c++11 and c standard to c98 - for consistency across different compilers and compiler version.
+// It should be possible to override language version in project.conf
+
#if OS_FAMILY == OS_FAMILY_POSIX
#define ferr std::cerr
#else