rename filesystem namespace
This commit is contained in:
parent
a3d95101b3
commit
dac46935c7
3 changed files with 16 additions and 10 deletions
|
@ -3,7 +3,9 @@
|
|||
#include <xlnt/xlnt.hpp>
|
||||
#include <fstream>
|
||||
|
||||
void ExcelReader::readSellersFromFile(const std::filesystem::path& filePath, Marketplace* market)
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
void ExcelReader::readSellersFromFile(const fs::path& filePath, Marketplace* market)
|
||||
{
|
||||
xlnt::workbook wb;
|
||||
std::ifstream mystream(filePath, std::ios::binary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue