summaryrefslogtreecommitdiffstats
path: root/mathfuncs_convert.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-06-07 13:23:11 -0400
committerErik Schnetter <schnetter@gmail.com>2013-06-07 13:23:11 -0400
commit039eafa275852004c3483ecee323527f90e6ac81 (patch)
treeb996f81cd3db71917cea45d4de745cd8b5f5ee0d /mathfuncs_convert.h
parent65900de24d691d824090f1258628649656d03c8b (diff)
downloadvecmathlib-039eafa275852004c3483ecee323527f90e6ac81.zip
vecmathlib-039eafa275852004c3483ecee323527f90e6ac81.tar.gz
Remove commented-out duplicate function declarations
Diffstat (limited to 'mathfuncs_convert.h')
-rw-r--r--mathfuncs_convert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mathfuncs_convert.h b/mathfuncs_convert.h
index 3868680..d11c700 100644
--- a/mathfuncs_convert.h
+++ b/mathfuncs_convert.h
@@ -53,8 +53,8 @@ namespace vecmathlib {
template<typename realvec_t>
- // auto mathfuncs<realvec_t>::vml_convert_int(realvec_t x) -> intvec_t
- typename realvec_t::intvec_t mathfuncs<realvec_t>::vml_convert_int(realvec_t x)
+ typename realvec_t::intvec_t
+ mathfuncs<realvec_t>::vml_convert_int(realvec_t x)
{
// Handle overflow
// int_t min_int = FP::signbit_mask;
OpenPOWER on IntegriCloud