Skip to content

Instantly share code, notes, and snippets.

View ffrankies's full-sized avatar

Frank Derry Wanye ffrankies

View GitHub Profile
@ffrankies
ffrankies / error.out
Created October 5, 2019 18:49
Full compiler output
clang -std=c++11 -o shmem_sparse_matrix shmem_sparse_matrix.cpp -lpthread -lrt -lstdc++ -lm
In file included from shmem_sparse_matrix.cpp:5:
In file included from /usr/local/include/boost/interprocess/containers/map.hpp:23:
In file included from /usr/local/include/boost/container/map.hpp:30:
/usr/local/include/boost/container/detail/tree.hpp:464:14: error: type 'const key_compare' (aka 'const boost::container::scoped_allocator_adaptor<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char,
boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long, unsigned long, 0>, 0>, iset_index> > >') does not provide a call operator
{ return this->key_comp()(key1, this->key_from(nonkey2)); }
^~~~~~~~~~~~~~~~
/usr/local/include/boost/intrusive/detail/tree_value_compare.hpp:180:14: note: in instantiation of function template specialization
'boost::container::dtl::key_node_compare<boost::container::scoped_allocator_a
@ffrankies
ffrankies / Oscillating Bars.markdown
Last active May 21, 2016 16:48
Oscillating Bars

Oscillating Bars

50 bars that grow and shrink. First CodePen animation :D

A Pen by Frank on CodePen.

License.