You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/08 00:06:45 UTC

[GitHub] larroy opened a new issue #8992: Can't compile unit tests

larroy opened a new issue #8992: Can't compile unit tests 
URL: https://github.com/apache/incubator-mxnet/issues/8992
 
 
    error: object of type 'mxnet::test::perf::TimingInstrument::Info' cannot be assigned because its copy assignment operator is implicitly deleted
   
     typedef std::unordered_map<int, TimingInstrument::Info> timing_map_t;
   
   TimingInstrument::Info  has atomics that can't be copied!
   
   
   ```
   mkdir -p build && cd build
   cmake -DUSE_CUDA=OFF -DUSE_OPENCV=OFF -DUSE_OPENMP=OFF -DCMAKE_BUILD_TYPE=Debug -GNinja ..
   ninja -v
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services