Skip to content

Commit 8a3d78f

Browse files
author
Vyacheslav
committed
feat, fix:
+ tests for queue on composite items * queue namespace
1 parent 487731d commit 8a3d78f

File tree

2 files changed

+1543
-1
lines changed

2 files changed

+1543
-1
lines changed

Src/StackMemoryCollections/GenerateQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ in string queueNamespace
124124
using {currentType.ContainingNamespace};
125125
using System.Runtime.CompilerServices;
126126
127-
namespace StackMemoryCollections.{queueNamespace}
127+
namespace {currentType.ContainingNamespace}.{queueNamespace}
128128
{{
129129
public unsafe {queueNamespace.ToLowerInvariant()} QueueOf{currentType.Name} : {implements}
130130
{{

0 commit comments

Comments
 (0)