git: Remove unused headers for boost::di

This commit is contained in:
Michael Carlberg 2016-12-14 20:18:03 +01:00
parent 52a6dfb42c
commit 0fca9a0c6e
3 changed files with 0 additions and 3025 deletions

View File

@ -1,9 +1,5 @@
#pragma once
#ifdef DEBUG
#define BOOST_DI_CFG_DIAGNOSTICS_LEVEL 2
#endif
#include <memory>
#include <string>

File diff suppressed because it is too large Load Diff

View File

@ -67,8 +67,6 @@ void cliparser::usage() const {
/**
* Process input values
*
* This is done outside the constructor due to boost::di noexcept
*/
void cliparser::process_input(const vector<string>& values) {
for (size_t i = 0; i < values.size(); i++) {