bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug nested vector


From: address@hidden
Subject: bug nested vector
Date: Wed, 6 Jul 2016 15:11:58 +0200

Hi,

is this a bug?

*#include <vector>*

*using namespace std;*

*int main(int argc, char **argv)*
*{*
*  vector < vector < double > >vv_dbl;*
*}*

*then* $indent -kr -ci2 -cli2 -i2 -l80 -nut foo.cpp
*results* in

#include <vector>

using namespace std;

int main(int argc, char **argv)
{
  vector < vector < double *>>*vv_dbl;
}


Sincerely,
mr blue


reply via email to

[Prev in Thread] Current Thread [Next in Thread]