summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/fix/fix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/fix/fix.hpp')
-rw-r--r--include/ocl/fix/fix.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ocl/fix/fix.hpp b/include/ocl/fix/fix.hpp
index 0c6685d..85a8b70 100644
--- a/include/ocl/fix/fix.hpp
+++ b/include/ocl/fix/fix.hpp
@@ -136,7 +136,8 @@ namespace ocl::fix
class basic_visitor final
{
public:
- static constexpr const char_type soh = '|';
+ /// AMLALE: Yeah...
+ static constexpr const char_type soh = 0x01;
static constexpr const char_type eq = '=';
static constexpr uint32_t base = 10U;