Hi,
I added a new kernel for a material. When I tried to compile, it gives errors which are probably related to #include <random> in .C
Errors are:
/projects/bison$ make
MOOSE Compiling C++ (in opt mode) /home/gs3/projects/bison/src/materials/CreepUO2.C...
In file included from /opt/moose/gcc_4.9.1/include/c++/4.9.1/random:35:0,
from /home/gs3/projects/bison/src/materials/CreepUO2.C:20:
/opt/moose/gcc_4.9.1/include/c++/4.9.1/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the \
^
. . .
. . .
Gyan