Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2021-12-03 19:57:11 +0300
committerFormerLurker <hochgebe@gmail.com>2021-12-03 19:57:11 +0300
commit0cb60875b90c7a87b8ec9ba3b213a49b2b08ddc6 (patch)
tree1b76921958435c8d526b0cb2fa5dfc6b10218152 /GcodeProcessorLib
parenta75e92bd711ab324a9bcc0f326ab8192d6dfa779 (diff)
Version 2.0HEADmaster
Diffstat (limited to 'GcodeProcessorLib')
-rw-r--r--GcodeProcessorLib/utilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GcodeProcessorLib/utilities.h b/GcodeProcessorLib/utilities.h
index a71a36e..f1f4ede 100644
--- a/GcodeProcessorLib/utilities.h
+++ b/GcodeProcessorLib/utilities.h
@@ -44,7 +44,6 @@ namespace utilities{
extern const std::string WHITESPACE_;
extern const char GUID_RANGE[];
extern const bool GUID_DASHES[];
-
extern const char PATH_SEPARATOR_;
bool is_zero(double x, double tolerance);
bool is_zero(double x);
@@ -86,6 +85,7 @@ namespace utilities{
std::string join(const std::string* strings, size_t length, std::string sep);
std::string join(const std::vector<std::string> strings, std::string sep);
+
// bool contains(const std::string source, const std::string substring); // Might need this later
std::istream& safe_get_line(std::istream& is, std::string& t);