git: Remove unused headers for boost::di
This commit is contained in:
parent
52a6dfb42c
commit
0fca9a0c6e
@ -1,9 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
#define BOOST_DI_CFG_DIAGNOSTICS_LEVEL 2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -67,8 +67,6 @@ void cliparser::usage() const {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Process input values
|
* Process input values
|
||||||
*
|
|
||||||
* This is done outside the constructor due to boost::di noexcept
|
|
||||||
*/
|
*/
|
||||||
void cliparser::process_input(const vector<string>& values) {
|
void cliparser::process_input(const vector<string>& values) {
|
||||||
for (size_t i = 0; i < values.size(); i++) {
|
for (size_t i = 0; i < values.size(); i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user