Skip to content
Snippets Groups Projects
Commit fddf919f authored by Benjamin Cumming's avatar Benjamin Cumming
Browse files

Modifications to util::optional for KNL compilation

The Intel compiler was unable to compile the
`util::optional` code, and also created some warnings
in the unit tests for optional
* rephrase `enable_if` template argument to use `::value`
  explicitly to work around Intel compiler bug.
* move helper types out of anonymous namespaces in the
  optional unit tests
    * fix warnings about unused member functions
* remove some white space in optional code
parent 3aac3d53
No related branches found
No related tags found
No related merge requests found
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