1
0
Fork 0
cuberite-2a/tests
Tiger Wang 68cced73af
BlockHandler initialisation is a constant expression (#4891)
* BlockHandler initialisation is a constant expression

If we can't make it all namespaces, this is the next best I guess.

+ Tag handlers constexpr, const as needed
+ Inherit constructors
* Privatise handler functions

* More constexpr

Co-authored-by: Alexander Harkness <me@bearbin.net>
2020-09-20 13:50:52 +00:00
..
BlockTypeRegistry Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
BoundingBox Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
ByteBuffer Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
ChunkData Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
CompositeChat Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
ConsoleColors Moved some files. 2013-12-21 12:59:41 +00:00
FastRandom Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
Generating BlockHandler initialisation is a constant expression (#4891) 2020-09-20 13:50:52 +00:00
HTTP Replaced cpp14::make_unique<> with std::make_unique<>. 2020-08-01 20:04:31 +01:00
LoadablePieces Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
LuaThreadStress BlockHandler initialisation is a constant expression (#4891) 2020-09-20 13:50:52 +00:00
Network More CMake cleanup 2020-07-12 22:00:07 +01:00
NoiseTest Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
OSSupport Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
SchematicFileSerializer BlockHandler initialisation is a constant expression (#4891) 2020-09-20 13:50:52 +00:00
UUID Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
CMakeLists.txt Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
TestHelpers.h Require semi-colon at end of function-like macros (#4719) 2020-05-05 20:39:59 +00:00