mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[interop][SwiftToCxx] emit Swift's stdlib inside of 'swift' namespace
This commit is contained in:
@@ -23,7 +23,7 @@ public func printString(_ s: String) {
|
||||
#include "Stringer.h"
|
||||
|
||||
int main() {
|
||||
using namespace Swift;
|
||||
using namespace swift;
|
||||
using namespace Stringer;
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user