Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

gcc 9.1.0

Options
Warnings
Boost 1.71.0
C++11
no pedantic

Author

anonymous

about 6 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/gcc-9.1.0/include -std=c++11
prog.cc: In constructor 'PickRandomFile::PickRandomFile()':
prog.cc:19:24: error: invalid use of non-static member function 'void PickRandomFile::taskScanPaths()'
   19 |         std::thread t1(taskScanPaths);
      |                        ^~~~~~~~~~~~~
prog.cc:22:17: note: declared here
   22 |     inline void taskScanPaths() {
      |                 ^~~~~~~~~~~~~
Exit Code:
1