Commit 5eef2e0e by FritzFlorian

Fix dependency on boost in playground app.

parent f01c5436
Pipeline #1269 passed with stages
in 3 minutes 59 seconds
......@@ -10,7 +10,5 @@
#include <pls/pls.h>
int main() {
auto range = boost::irange(0, 10);
bool test = std::is_integral<typename std::remove_reference<decltype(range.begin())>::type>::value;
std::cout << test << std::endl;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment