Commit de37f9d3 authored by Rob Earhart's avatar Rob Earhart Committed by Scott Cyphers

Tweak backend constructor for gcc 4.8.5 (#3000)

parent 0995b710
......@@ -23,7 +23,7 @@
namespace vp = vertexai::plaidml;
ngraph::runtime::plaidml::PlaidML_Backend::PlaidML_Backend(const char* configuration_string)
: m_config{parse_config_string(configuration_string)}
: m_config(parse_config_string(configuration_string))
, m_compiler{&m_config}
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment