fork(1) download
  1. #include <iostream>
  2.  
  3. template<template <typename...> class Container,class... Args>
  4. struct Container
  5. {};
  6.  
  7. template<class T1,class T2>
  8. struct Store
  9. {};
  10.  
  11. int main()
  12. {
  13. Container<Store,int,double> a;
  14. }
  15.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:4:8: internal compiler error: Segmentation fault
 struct Container
        ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
Preprocessed source stored into /home/MyXbpY/cczgHn8a.out file, please attach this to your bugreport.
stdout
Standard output is empty