mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-12 14:29:50 +00:00
First implementation of set_listing.
Trying to move the depth-first iteration logic into an iterator-like interface. Work in progress WiP
This commit is contained in:
parent
e223b15abf
commit
346946340d
8 changed files with 1214 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
#define BOOST_SPIRIT_UNICODE
|
||||
|
||||
#include "commandprocessor.hpp"
|
||||
//TODO: trim #includes
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/fusion/adapted/struct.hpp>
|
||||
#include <boost/phoenix/phoenix.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue