13
0
livetrax/libs/lua/LuaBridge/detail
Paul Davis b35518e212 switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
This is mostly a simple lexical search+replace but the absence of operator< for
std::weak_ptr<T> leads to some complications, particularly with Evoral::Sequence
and ExportPortChannel.
2023-03-24 14:19:15 -06:00
..
CFunctions.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
ClassInfo.h
Constructor.h
dump.h
FuncArgs.h
FuncTraits.h
Iterator.h
LuaException.h
LuaHelpers.h
LuaRef.h
Namespace.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
Stack.h
TypeList.h
TypeTraits.h
Userdata.h LuaBridge - add API to try convert a value 2022-09-26 21:39:21 +02:00