Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sylvain Jasson
gmp
Commits
43b19bcf
Commit
43b19bcf
authored
May 17, 2020
by
Antoine Lucas
Browse files
rework bigvec_q::~bigvec_q()
parent
f444820b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bigvec_q.cc
View file @
43b19bcf
...
...
@@ -20,6 +20,11 @@ bigvec_q::bigvec_q(const bigvec & rhs):
}
}
bigvec_q
::~
bigvec_q
(){
value
.
clear
();
}
bigvec_q
&
bigvec_q
::
operator
=
(
const
bigvec_q
&
rhs
)
{
...
...
src/bigvec_q.h
View file @
43b19bcf
...
...
@@ -55,7 +55,7 @@ class bigvec_q : public math::Matrix<bigrational> {
/** \brief create from bigintegers */
bigvec_q
(
const
bigvec
&
rhs
);
~
bigvec_q
()
{}
;
virtual
~
bigvec_q
();
inline
bool
isVector
()
const
{
return
nrow
<
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment