001
04.06.2006, 22:21 Uhr
kronos
Quotenfisch (Operator)
|
Juhu:
Code: |
nn.cpp: In member function 'void nn::mutate()': nn.cpp:31: internal compiler error: in gimplify_expr, at gimplify.c:4199 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
|
Hier der code:
C++: |
void nn::mutate() { int (nn::* x)(int) = &nn::mutate_unit; std::transform(net.begin(),net.end(),net.begin(),this->*x);
}
|
-- main($)??<-$<='?'>>2?main($-!!putchar( (("$;99M?GD??(??/x0d??/a:???;a"+'?'/4) ??($??)+'?'/3-2-1+$%2)??''?')):'?';??> Dieser Post wurde am 04.06.2006 um 22:23 Uhr von kronos editiert. |