move to cmake
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef DTL_PRINTERS
|
||||
#define DTL_PRINTERS
|
||||
|
||||
#include <dtl/dtl.hpp>
|
||||
#include "common.hpp"
|
||||
|
||||
template <typename sesElem, typename stream = ostream>
|
||||
template <typename sesElem, typename stream = std::ostream>
|
||||
class customChangePrinter : public dtl::Printer<sesElem, stream> {
|
||||
public:
|
||||
customChangePrinter() : dtl::Printer<sesElem, stream>() {}
|
||||
|
||||
Reference in New Issue
Block a user