Skip to content

Commit

Permalink
Fix iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
outspace committed May 31, 2024
1 parent 51a9b95 commit 54551ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn/common/string.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ inline std::string join(const T &strings,
const bool tail = false)
{
/* ensure we have a container with strings as values */
static_assert(std::is_same_v<typename T::value_type, std::string>);
// static_assert(std::is_same_v<typename T::value_type, std::string>);
std::string ret;
bool first = true;
for (const auto &s : strings)
Expand Down

0 comments on commit 54551ce

Please sign in to comment.