Skip to content
Snippets Groups Projects
Commit 02de1636 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

register to string of AnyObject ranked_symbol

parent cd139741
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
 
#include "RankedSymbol.h"
#include <object/Object.h>
#include <object/string/AnyObject.h>
#include <alphabet/Symbol.h>
 
#include <registration/StringRegistration.hpp>
......@@ -16,4 +17,6 @@ namespace {
static auto stringWrite = registration::StringWriterRegister < alphabet::Symbol, alphabet::RankedSymbol < > > ( );
static auto stringWrite2 = registration::StringWriterRegister < object::Object, alphabet::RankedSymbol < > > ( );
 
static auto stringWrite3 = registration::StringWriterRegister < object::Object, object::AnyObject < common::ranked_symbol < > > > ( );
} /* namespace */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment