mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-18 17:15:09 -04:00
Refinement
This commit is contained in:
parent
64b2e8d77a
commit
2df7dac536
@ -27,11 +27,11 @@ public:
|
||||
return __data[pos];
|
||||
}
|
||||
|
||||
const T& operator[](size_type pos) const {
|
||||
constexpr const T& operator[](size_type pos) const {
|
||||
return __data[pos];
|
||||
}
|
||||
|
||||
size_type size(){
|
||||
constexpr size_type size() const {
|
||||
return N;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user