Skip to content

Instantly share code, notes, and snippets.

View JavierJF's full-sized avatar

Javier Jaramago Fernández JavierJF

  • ProxySQL
  • Sevilla, España
View GitHub Profile
@JavierJF
JavierJF / constexpr_string.cpp
Last active December 12, 2016 11:41 — forked from ericniebler/constexpr_string.cpp
An almost perfect design for a hybrid constexpr/runtime string
// Copyright Eric Niebler 2016
#include <cstddef>
#include <cstdio>
#include <cstdint>
#include <cstring>
#include <utility>
#include <type_traits>
#define REQUIRES(X) \