BAN: Rename Forward.h -> ForwardList.h to avoid confusion with BAN::Forward()
This commit is contained in:
14
BAN/include/BAN/ForwardList.h
Normal file
14
BAN/include/BAN/ForwardList.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
template<typename T> class ErrorOr;
|
||||
|
||||
namespace BAN
|
||||
{
|
||||
|
||||
class String;
|
||||
class StringView;
|
||||
|
||||
template<typename T> class Vector;
|
||||
template<typename T> class Queue;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user