boostorg / tokenizer

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

Support also raw C strings #19

Closed orgads closed 3 years ago

mclow commented 3 years ago

std::begin and std::end are C++11 features.

orgads commented 3 years ago

Ah, oops. Thanks.