Tom Bishop
Tom Bishop
**Comment by [Llaves](https://github.com/Llaves)** _Thursday Feb 27, 2014 at 23:17 GMT_ ---- Here's a patch to VariableExpander.cs that allows the use of the variable $(CurrentDir) to point to the directory of...
**Comment by [lukesdm](https://github.com/lukesdm)** _Saturday Jun 01, 2013 at 13:48 GMT_ ---- You're probably right, but I've got a feeling this would be pretty heavy going to implement and test. Going...
**Comment by [nesteruk](https://github.com/nesteruk)** _Saturday Jun 01, 2013 at 13:59 GMT_ ---- Any chance you can show rendered HTML in there? If you can, just use MathJax and the problem solves...
**Comment by [Llaves](https://github.com/Llaves)** _Sunday Mar 02, 2014 at 05:08 GMT_ ---- There's an extension called TeXcomments that will render LaTeX in a pop-up window. Not quite the same as showing...
I changed the test a bit that clearly shows that the allocated memory is 4 byte aligned(address 0xfe93005c) even though int64 would need 8 byte alignment: ``` TEST(SharedMemoryManagerTest, TestInt64) {...
I investigated that a bit further and found that in **priv_generic_named_construct** the **intrusive_hdr** is still created on an aligned address, my example 0xfe930048. When calling **intrusive_hdr->get_block_header()** for creating the **block_header_t**,...
@igaztanaga I did one more experiment and just changed intrusive_value_type_impl::BlockHdrAlignment in segment_manager_helper.hpp from `enum { BlockHdrAlignment = ::patchboost::container::dtl::alignment_of::value };` to `enum { BlockHdrAlignment = 8};` (ignoring any possible side effects/implications)...
I specify my column width in % - so no absolute numbers. And I would like to be able to resize the columns and keep % values for the width:...