ENDIF(NOT CMAKE_CROSSCOMPILING)
INCLUDE(${rules_SOURCE_DIR}/flex.cmake)
+# Overwrite default cached value -R.
+SET(LEXER_OPT "" CACHE STRING "Lexer options for asn1" FORCE)
IF(NOT WIN32)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D__FILENAME__='\"$(subst ${CMAKE_CURRENT_SOURCE_DIR}/,,$<)\"'")
ENDIF(NOT WIN32)
//! smaller or equal (<=) to the chunk_size.
//! \return A raw pointer to the begining of the reserved
//! memory space.
- void* reserve(size_t nbytes) throw(std::logic_error) {
+ void* reserve(size_t nbytes) {
// Make sure that a Chunk can really
// serve a request of this size.