You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
In file included from /Users/tomohiko/Documents/Arduino/libraries/boost_1_51_0/boost/config/select_stdlib_config.hpp:37:0,
from /Users/tomohiko/Documents/Arduino/libraries/boost_1_51_0/boost/config.hpp:40,
from /Users/tomohiko/Documents/Arduino/libraries/boost_1_51_0/boost/static_assert.hpp:17,
from /Users/tomohiko/Documents/Arduino/libraries/boost_1_51_0/boost/iterator/iterator_adaptor.hpp:10,
from /Users/tomohiko/Documents/Arduino/libraries/boost_1_51_0/boost/token_iterator.hpp:22,
from /Users/tomohiko/Documents/Arduino/libraries/boost_1_51_0/boost/tokenizer.hpp:20,
from /Users/tomohiko/Dropbox/string_vector/string_vector.ino:8:
/Users/tomohiko/Documents/Arduino/libraries/boost_1_51_0/boost/config/no_tr1/utility.hpp:21:21: fatal error: utility: No such file or directory
# include <utility>
^
compilation terminated.
exit status 1
My Environment
Symptom
Including boost/tokenizer.hpp causes compile error.
The ino file is as follows.
The error messages is as follows.
By this message I think "utility" header file seems to be expected to exist in StandardCplusplus library.
The AVR-STL of Andy Brown (http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/) has it, so it may be the problem of StandardCplusplus.
The text was updated successfully, but these errors were encountered: