summaryrefslogtreecommitdiffstats
path: root/raul/Symbol.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Symbol.hpp')
-rw-r--r--raul/Symbol.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp
index eecf1fd..aaf2935 100644
--- a/raul/Symbol.hpp
+++ b/raul/Symbol.hpp
@@ -28,7 +28,6 @@
namespace Raul {
-
/** A restricted string (C identifier, which is a component of a Path).
*
* A Symbol is a very restricted string suitable for use as an identifier.
@@ -53,7 +52,6 @@ public:
assert(is_valid(symbol));
}
-
/** Construct a Symbol from a C string.
*
* It is a fatal error to construct a Symbol from an invalid string,
@@ -87,7 +85,6 @@ private:
const char* _str;
};
-
} // namespace Raul
static inline std::ostream& operator<<(std::ostream& os, const Raul::Symbol& symbol)