xo-ordinaltree: cosmetic
This commit is contained in:
parent
3d7ddd2f8c
commit
08f26ffd48
1 changed files with 3 additions and 0 deletions
|
|
@ -6,12 +6,15 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Node.hpp"
|
#include "Node.hpp"
|
||||||
|
#include "xo/indentlog/scope.hpp"
|
||||||
|
|
||||||
namespace xo {
|
namespace xo {
|
||||||
namespace tree {
|
namespace tree {
|
||||||
namespace detail {
|
namespace detail {
|
||||||
/* require:
|
/* require:
|
||||||
* - Reduce::value_type
|
* - Reduce::value_type
|
||||||
|
*
|
||||||
|
* matches forward tmplate decl in Node.hpp
|
||||||
*/
|
*/
|
||||||
template <typename Key,
|
template <typename Key,
|
||||||
typename Value,
|
typename Value,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue