1
0
Fork 0
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:
King_DuckZ 2016-02-09 21:35:13 +01:00
parent e223b15abf
commit 346946340d
8 changed files with 1214 additions and 0 deletions

View file

@ -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>

View file

@ -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>