ThePhD
|
34b81bef6b
|
Handle qualified name failures of VC++, where using templates do not match the fully qualified names of what they alias to (Thanks, VC++)
|
2017-05-15 10:41:50 -04:00 |
|
ThePhD
|
1213c8959a
|
Ditch the dependency on the optional submodule, nobody's ever gonna care about it...
|
2016-11-01 05:31:59 -04:00 |
|
ThePhD
|
e31ed71006
|
Add hinting optimization to arrays
|
2016-08-19 21:08:03 -04:00 |
|
ThePhD
|
4c2748eaef
|
Fix in_place and optional usage here
Add `has_begin_end` getters for standard things
|
2016-08-17 15:05:26 -04:00 |
|
ThePhD
|
0338b7d18f
|
Baby you construct me in all the right ways, let's spend our lifetimes together in this wonderful scope.~
Closes #168
|
2016-08-11 09:16:23 -04:00 |
|
ThePhD
|
556be8da98
|
Documentation updates -- require function and add function and size function needed documentation
New `add` function as requested by @EliasD
|
2016-06-19 17:59:40 -04:00 |
|
Georg Sauthoff
|
250661b780
|
Use Boost Optional if SOL_USE_BOOST is defined
Usecase: Project already uses Boost as dependency, your compiler doesn't
come with <optional> yet and you want to minimize further dependencies.
|
2016-05-28 20:19:31 +02:00 |
|
ThePhD
|
4f99b99ee9
|
Properly directly include optional and reference it in C++17 and beyond.
|
2016-03-24 15:51:04 -04:00 |
|
ThePhD
|
09a0a5051a
|
Documentation updates and new stack::check_get API.
|
2016-03-24 15:45:44 -04:00 |
|