9 lines
235 B
C++
9 lines
235 B
C++
|
|
// This work derives from Vittorio Romeo's code used for cppcon 2015 licensed
|
|
// under the Academic Free License.
|
|
// His code is available here: https://github.com/SuperV1234/cppcon2015
|
|
|
|
|
|
#include "Bitset.hpp"
|
|
#include "Manager.hpp"
|
|
|