Skip to content

Commit

Permalink
remove xtd namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Sep 23, 2024
1 parent 489e0ee commit f9185e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtd.core/src/xtd/istringable.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "../../include/xtd/istringable.h"
#include "../../include/xtd/string.h"

std::ostream& xtd::operator <<(std::ostream& os, const xtd::istringable& obj) noexcept {
std::ostream& operator <<(std::ostream& os, const xtd::istringable& obj) noexcept {
return os << obj.to_string();
}

0 comments on commit f9185e7

Please sign in to comment.