- New Pitch
- Origin::
- Motivation::
- Problem::
- Observations::
- Causes::
- Solution::
- Patterns::
- Fat Marker::
- Breadboard::
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby '2.7.1' | |
gem 'rails', github: 'rails/rails' | |
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data | |
# Action Text | |
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra' | |
gem 'okra', github: 'basecamp/okra' | |
# Drivers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simpledateformat.cpp:598:24: error: out-of-line definition of 'addToken' does not match any declaration in 'log4cxx::helpers::SimpleDateFormat' | |
void SimpleDateFormat::addToken(const logchar spec, const int repeat, const std::locale * locale, | |
^~~~~~~~ | |
../../../src/main/include/log4cxx/helpers/simpledateformat.h:82:84: note: type of 3rd parameter of member declaration does not match definition | |
('const std::locale *' vs 'const std::locale *' (aka 'const std::__1::locale *')) | |
static void addToken(const logchar spec, const int repeat, const std::locale* locale, PatternTokenList& pattern); | |
^ | |
simpledateformat.cpp:706:24: error: out-of-line definition of 'parsePattern' does not match any declaration in 'log4cxx::helpers::SimpleDateFormat' | |
void SimpleDateFormat::parsePattern( const LogString & fmt, const std::locale * locale, | |
^~~~~~~~~~~~ |