mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Ignore comment character if it appears in quotes
This commit is contained in:
parent
6767c0c50a
commit
c99e24f2c1
2 changed files with 15 additions and 6 deletions
|
|
@ -33,7 +33,7 @@ public:
|
|||
Placefile(Placefile&&) noexcept;
|
||||
Placefile& operator=(Placefile&&) noexcept;
|
||||
|
||||
bool IsValid() const;
|
||||
bool IsValid() const;
|
||||
|
||||
static std::shared_ptr<Placefile> Load(const std::string& filename);
|
||||
static std::shared_ptr<Placefile> Load(std::istream& is);
|
||||
|
|
@ -43,5 +43,5 @@ private:
|
|||
std::unique_ptr<Impl> p;
|
||||
};
|
||||
|
||||
} // namespace common
|
||||
} // namespace gr
|
||||
} // namespace scwx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue