Fix Namespaces, add ends_with functions

This commit is contained in:
2020-03-07 19:38:13 +01:00
parent dae1243185
commit ce71fc10b9
7 changed files with 65 additions and 10 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
#include <iostream>
namespace Utilities {
namespace Tribool {
class Tribool
{
@@ -198,6 +198,6 @@ std::basic_istream<CharT, Traits>& operator>>(std::basic_istream<CharT, Traits>&
return in;
}
} // namespace Utilities
} // namespace Tribool
#endif // TRIBOOL_H