mirror of
https://github.com/xfarrow/lasd.git
synced 2025-06-05 21:49:14 +02:00
Library 2
Added try-catches in myTest
This commit is contained in:
@ -104,6 +104,7 @@ void StackVec<Data>::Pop(){
|
||||
Reduce();
|
||||
}
|
||||
}
|
||||
|
||||
template <typename Data>
|
||||
Data StackVec<Data>::TopNPop(){
|
||||
Data data = Top();
|
||||
|
Reference in New Issue
Block a user