Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out the difference between BUFFER<T> and FBUFFER<T> #7

Open
CrossVR opened this issue Jul 31, 2019 · 1 comment
Open

Figure out the difference between BUFFER<T> and FBUFFER<T> #7

CrossVR opened this issue Jul 31, 2019 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@CrossVR
Copy link
Collaborator

CrossVR commented Jul 31, 2019

Seems to be exactly the same class...

@CrossVR CrossVR added good first issue Good for newcomers help wanted Extra attention is needed and removed good first issue Good for newcomers labels Aug 2, 2019
@dedmen
Copy link

dedmen commented Mar 13, 2022

It indeed is the exact same.
It probably once had some extra code, which was removed someday.
Or it was something different someday, and programmers were to lazy to replace all usages.

In fact you can just do

template <typename T>
using FBUFFER = BUFFER<T>;

And it will compile and work fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants