mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-18 15:29:48 +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>
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include "genericpath.hpp"
|
||||
#include "helpers/infix_iterator.hpp"
|
||||
//TODO: trim #includes
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/range/algorithm/copy.hpp>
|
||||
#include <sstream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue