summaryrefslogtreecommitdiff
path: root/src/cxpp11_common.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-10-22 15:23:18 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-10-22 15:23:18 +0200
commit9afbbc9ef92e2d3427f8de0327daa8f4a134adc0 (patch)
treea6ff288299d48a58f52aa452220dc47218c4a592 /src/cxpp11_common.hpp
parent280698d0767219e174b12e51e8e42b228bbf28e9 (diff)
Added documentation for the better exception handling
Diffstat (limited to 'src/cxpp11_common.hpp')
-rw-r--r--src/cxpp11_common.hpp15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/cxpp11_common.hpp b/src/cxpp11_common.hpp
index c164ec1d..6d967bb5 100644
--- a/src/cxpp11_common.hpp
+++ b/src/cxpp11_common.hpp
@@ -1,7 +1,20 @@
+
+// =================================================================================================
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This
+// project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max-
+// width of 100 characters per line.
+//
+// Author(s):
+// Ivan Shapovalov <intelfx@intelfx.name>
+//
+// This file contains exception classes corresponding to 'clpp11.hpp'. It is also part of the
+// CLCudaAPI project. See 'clpp11.hpp' for more details.
+//
+// =================================================================================================
+
#ifndef CLBLAST_CXPP11_COMMON_H_
#define CLBLAST_CXPP11_COMMON_H_
-// C++
#include <string> // std::string
#include <stdexcept> // std::runtime_error