Conversation
This header should no longer be included directly, since class MR::vector (defined in core/types.h) should always be used.
it won't, since our
You already can, these latest commits are probably overly cautious - it should work with just |
|
@Lestropie, I've merged this commit into #961 - I assume you're OK with that... |
Cool, I had assumed that the explicit The
👍 |
Yes, that check is really just a safeguard. To be bullet-proof would require essentially catching the fully-parsed output of the compiler... Not something we can possibly hope to achieve. We could simply catch any use of |
Seeing da512aa pop up made me think to check for this.
No idea if it'll have any effect, but maybe there's an outside chance that if nothing has
#include <vector>in it, trying to use astd::vectorwill cause a compiler error; or maybe one will be able to usevectorrather than having to resort toMR::vector.