boostorg / tokenizer

Boost.org tokenizer module
http://boost.org/libs/tokenizer
Boost Software License 1.0
24 stars 42 forks source link

Fix "standalone" include issue by adding header boost/type_traits/is_… #10

Closed matovitch closed 5 years ago

matovitch commented 5 years ago

PR fixing issue: https://github.com/boostorg/tokenizer/issues/9

(Quite new to submitting PR, let me know if anything is wrong)

jeking3 commented 5 years ago

Did this run CI builds? They should be configured but I see no status.

eldiener commented 5 years ago

I tested it locally. I have not seen CI builds for awhile in any changed library.

jeking3 commented 5 years ago

I just toggled the Travis and Appveyor CI builds off and on. CI should run on PRs.

Travis: PASS https://travis-ci.org/boostorg/tokenizer/builds/444727886 AppVeyor: FAIL https://ci.appveyor.com/project/jeking3/tokenizer-c6pnd/builds/19694861

Need to see if it's environmental.

jeking3 commented 5 years ago

Re-running AppVeyor: https://ci.appveyor.com/project/jeking3/tokenizer-c6pnd/builds/19702415