Rips out dead code from the container.hpp and creates for_each_pai.hpp
I added two TODOs that I would like to address in the future.
This commit is contained in:
committed by
Patrick Niklaus
parent
4813488f84
commit
c93ca02fb8
@@ -19,7 +19,7 @@ enum class return_code : unsigned
|
||||
|
||||
struct ExtractorConfig
|
||||
{
|
||||
ExtractorConfig() noexcept : requested_num_threads(0) {}
|
||||
ExtractorConfig() : requested_num_threads(0) {}
|
||||
boost::filesystem::path config_file_path;
|
||||
boost::filesystem::path input_path;
|
||||
boost::filesystem::path profile_path;
|
||||
|
||||
Reference in New Issue
Block a user